-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_template.html
35 lines (29 loc) · 1.13 KB
/
_template.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
<!DOCTYPE html>
<html lang="en">
<!--
(*・ω・)ノ
I'm not the best at web development, if anything looks unusual then feel free to report it here: https://github.com/RidgewayWeb/RidgeWeb/issues
-->
<head>
<meta charset="UTF-8">
<meta content="It's me, RidgewayPlus!" property="og:title">
<meta content="HI! This website is just a basic description of me."
property="og:description">
<meta content="Ridgeway+'s Website" property="og:site_name">
<meta content="https://ridgewayplus.codes/fortnitelarge.jpg" property="og:image">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="details-polyfill.js"></script>
<link rel="stylesheet" href="style.css">
<title>Ridgeway's site</title>
</head>
<body>
<main>
<h1 class="ridge">Page title</h1>
<p>Page content</p>!
<hr>
<a href="./index.html">Home</a> | <a href="domains.html"> Domain list
</a> | <a href="LICENSE">License</a> | <a class="acto"
href="https://cleveracton0126.github.io">Acto!</a>
</main>
</body>
</html>