-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanual.html
55 lines (52 loc) · 1.24 KB
/
manual.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Manual Page</title>
<style>
body {
background-image : url('Deepsea.jpeg');
background-repeat: no-repeat;
background-size : cover ;
}
#title {
background-color:transparent;
position:absolute;
height:500px; width:5000px;
margin:-150px 0px 0px -200px;
top: 25%;
left: 15%;
padding: 5px;
}
</style>
</head>
<body>
<div id="title" style="text-align:left">
<span style="
font-style: italic ;
font-weight: bold;
font-size: 3em;
line-height: 1.0em;
color: white;
font-family: Times New Roman;
">
<br><br>Invitation<br><br><br>
First, please decorate your dream under the sea!<br><br>
Second, you can move the object by clicking it.<br><br>
Third, underwater creatures can have a happy ending or a sad ending
<br><br><br>
<button type="button" onclick="location.href='http:/' + '/127.0.0.1:8887/index.html'">
<span style="
font-style: italic ;
font-weight: bold;
font-size: 3em;
line-height: 1.0em;
color: white;
font-family: Times New Roman;
background-color: #020235;
">
To make my own ocean ▶
</button>
</span>
</div>
</body>
</html>