-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 1.07 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--user-scalable=no-->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>|</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" media="screen">
<style type="text/css">
@font-face {
font-family: "PT Serif Italic";
src: url("./common/fonts/PT_Serif/PT_Serif-Web-Italic.ttf");
}
.pt-serif-italic {
font-family: PT Serif Italic;
}
@font-face {
font-family: "Neucha";
src: url("./common/fonts/Neucha/Neucha.ttf");
}
.neucha {
font-family: Neucha;
}
</style>
</head>
<body>
<div id="frame">
<div id="flower">
<!-- style="border:1px solid green;" -->
<canvas id="engines"></canvas>
<canvas id="trails"></canvas>
</div>
<div id="wish" lang="ru" class="pt-serif-italic">
<p>С 8 марта,</p>
<p style="padding-right:0.5em;">Алеся</p>
</div>
</div>
<script type="text/javascript" src="./js/index.js"></script>
</body>
</html>