-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
28 lines (23 loc) · 987 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
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- あのね!あのね! -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>血小板</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://platelets.fun/public/images/1.png">
<meta property="og:type" content="website">
<meta property="og:title" content="血小板">
<meta property="og:description" content="">
<link rel="stylesheet" type="text/css" href="public/styles/master.css">
</head>
<body>
<noscript>Please enable JavaScript execution in your browser</noscript>
<div id="div-root" class="container">
<img id="image-normal" class="container-image" src="public/images/1.png" />
<img id="image-poke" class="container-image" src="public/images/2.png" />
</div>
<script type="application/javascript" src="public/scripts/counter.js"></script>
</body>
</html>