-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (24 loc) · 896 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
28
29
<!-- (c) Marcel Timm, RhinoDevel, 2019 -->
<!DOCTYPE html>
<html style="width: 100%; height: 100%; overflow: hidden; border: 0px none; padding: 0; margin: 0;">
<head>
<meta charset="utf-8">
<meta name="dcterms.rightsHolder" content="Marcel Timm" />
<meta name="author" content="Marcel Timm, RhinoDevel" />
<meta name="robots" content="noindex, nofollow" />
<title>RhinoDressUp</title>
<link rel="icon" type="image/png" href="img/icon.png" />
<style type="text/css" media="screen">
button:focus, button:active
{
outline: none;
}
</style>
<script src="RhinoDressUp.js" defer></script>
<script src="ele.js" defer></script>
<script src="room.js" defer></script>
<script src="main.js" defer></script>
</head>
<body>
</body>
</html>