-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
27 lines (24 loc) · 912 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<title>Palindrome.js</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon.png">
<link rel="manifest" href="assets/favicon/site.webmanifest">
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
}
</style>
</head>
<body>
<img src="./assets/img/Palindrome.js-logo-and-title.png" width="25%" style="position:absolute;top:0px;left:0px;">
<div id="palindrome" name="palindrome" class="palindrome" width="972" height="691"></div>
<script type="application/javascript" src="dev/default-conf.js"></script>
</body>
</html>