-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.92 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.92 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
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Emmannuel Ortega">
<title>The Ortega Project</title>
<link rel="icon" href="/assets/web/favicon.png" type="image/x-icon">
<link rel="apple-touch-icon" href="/assets/web/favicon.png" type="image/x-icon">
<!-- <meta name="og:type" content="website"> -->
<!-- <meta name="og:title" content="Mother Agatha, the First Maria🍃"> -->
<!-- <meta name="og:image" content="https://thebelovedmoon.github.io/assets/images/preview/firstMaria.png"> -->
<!-- <meta name="og:url" content="https://thebelovedmoon.github.io"> -->
<!-- <meta name="og:description" content="your precious 💚🍃Aga-chuu💗🌸!! 「VTresMarias - V三人のマリア - 」"> -->
<!-- <meta name="twitter:card" content="summary_large_image"> -->
<!-- <meta name="twitter:site" content="@Ortega082"> -->
<!-- <meta name="twitter:creator" content="@Ortega082"> -->
<meta name="theme-color" content="#DCDCC4">
<meta name="msapplication-TileColor" content="#DCDCC4">
<meta name="msapplication-navbutton-color" content="#DCDCC4">
<meta name="apple-mobile-web-app-status-bar-style" content="#DCDCC4">
<!-- CSS Imports -->
<link rel="stylesheet" href="/assets/css/_root.css" type="text/css" media="all"> <!-- Base CSS -->
<style type="text/css">
/* TODO: HTML CSS */
</style>
<!-- JavaScript Imports -->
<script src="/assets/js/_root.js" type="text/javascript"></script> <!-- Base JS -->
<script src="/assets/js/lang.js" type="text/javascript"></script>
<script type="text/javascript">
function init() {
// TODO: html:onload args
}
</script>
<script type="text/javascript">
// TODO: HTML JS
</script>
</head>
<body onload="init()">
<!-- TODO -->
<p>200 OK</p>
</body>
</html>