-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (27 loc) · 1.39 KB
/
index.html
File metadata and controls
34 lines (27 loc) · 1.39 KB
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
<head>
<title>GD Like-Pages Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:description" content="Just-a-test!">
<meta property="og:title" content=">GD Like-Pages Example">
<meta property="og:type" content="website">
<meta name="og:image" itemprop="image" content="https://gdcolon.com/assets/gdname/arrow.png">
<meta name="theme-color" content="#CCFF55">
<link rel="icon" href="./assets/gdname/arrow.png">
<link href="./res/index.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="corner" style="position:absolute; bottom: 0%; left: 0%; text-align: left; width: 100%;">
<img class="cornerPiece" src="./res/corner.png" width="140px;">
</div>
<div class="corner" style="position:absolute; bottom: 0%; right: 0%; width: 100%; text-align: right;">
<img class="cornerPiece" src="./res/corner.png" style="transform: scaleX(-1)" width="140px;">
</div>
<div style="width: 100%; text-align: center;">
<div id="generate" style="transform: scale(1.1264);">
<h1>Sample page!</h1>
<h2 id="lvlName">OG by: GDColon!</h2>
<p id="tap"><a href="https://github.com/Windowszin/GDLike-Pages">(check my repo!)</a></p>
<p id="tap"><a href="https://github.com/Windowszin/GDLike-Pages/README.md">(check my README.md!)</a></p>
</div>
</div>
</body>