-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (55 loc) · 2.51 KB
/
Copy pathindex.html
File metadata and controls
70 lines (55 loc) · 2.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html lang="en-us">
<head>
<title>Onii</title>
<link rel="shortcut icon" href="/favicon.ico" />
<meta charset="utf-8" />
<meta name="generator" content="Hugo 0.92.2" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="onii" />
<meta name="description" content="Low level stuff" />
<link rel="stylesheet" href="/css/main.min.3c3c186cd62e563ad6e2f00a89dbee656ab912d1d46f856b5605dd0232521e2a.css" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Onii"/>
<meta name="twitter:description" content="Low level stuff"/>
<meta property="og:title" content="Onii" />
<meta property="og:description" content="Low level stuff" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://oniithecat.github.io/" />
</head>
<body>
<header class="app-header">
<a href="https://oniithecat.github.io/"><img class="app-header-avatar" src="/img/ding.jpg" alt="onii" /></a>
<span class="app-header-title">Onii</span>
<nav class="app-header-menu">
<a class="app-header-menu-item" href="/about/">About</a>
-
<a class="app-header-menu-item" href="/articles/">Articles</a>
</nav>
<p>Low level stuff</p>
</header>
<main class="app-container">
<article>
<h1>Onii</h1>
<ul class="posts-list">
<li class="posts-list-item">
<a class="posts-list-item-title" href="https://oniithecat.github.io/articles/unity-mono-game-hacking/">Unity Mono Game Hacking</a>
<span class="posts-list-item-description">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-calendar">
<title>calendar</title>
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line>
</svg>
Mar 4, 2023
<span class="posts-list-item-separator">-</span>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-clock">
<title>clock</title>
<circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline>
</svg>
3 min read
</span>
</li>
</ul>
</article>
</main>
</body>
</html>