-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="article">
<meta property="og:description" content="スタンプを画像として保存できます。">
<meta property="og:title" content=" - Archive">
<meta property="og:image" content="cover">
<meta property="og:site_name" content=" - Archive">
<title>Image</title>
<link rel="icon" type="image/png" href="" id="icon">
<script type="text/javascript" src="ogp.js"></script>
<link rel="stylesheet" type="text/css" href="./common/reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
<div id="header" class="css-selector">
<div id="header_left">
<a href="./mystickers_view">
<img src="https://avatars.githubusercontent.com/u/125864933" alt="Logo">
</a>
</div>
<div id="header_center">
<a><div id="site_title">Title</div></a>
<a><div id="site_link">Link</div></a>
</div>
<div id="header_right">
<div id="site_imgcount">Count</div>
</div>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>