-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) · 2.93 KB
/
index.html
File metadata and controls
57 lines (52 loc) · 2.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Game Studio">
<meta name="keywords" content="develop,game,studio,simulator">
<title>NextOct Studio</title>
<link rel="stylesheet" href="https://www.nextoct.top/styles/main.css">
<link rel="stylesheet" href="https://www.nextoct.top/styles/header.css">
<link rel="stylesheet" href="https://www.nextoct.top/styles/content.css">
<link rel="stylesheet" href="https://www.nextoct.top/styles/footer.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Cabin" />
<link rel="shortcut icon" href="https://s21.ax1x.com/2024/11/18/pARgfqf.png" type="image/x-icon">
</head>
<body>
<div class="content">
<header class="header">
<div class="header-left">
<div class="logo" onclick="window.location.href='https://www.nextoct.top/';"><img class="logo" src="https://www.nextoct.top/images/noslogo.png" alt="" border="0"></div>
<h1 class="site-title" onclick="window.location.href='https://www.nextoct.top/';">NextOct Studio</h1>
</div>
</header>
<main class="main-content">
<div class="post-section">
<div class="post-grid post-grid-big">
<div class="post-item post-item-big" onclick="window.location.href='https://www.nextoct.top/posts';">Posts<p class="post-time post-time-big">Last Post Published on Dec 19, 2024</p></div>
<div class="post-item post-item-big" onclick="window.location.href='https://www.nextoct.top/projects';">Projects<p class="post-time post-time-big">Last Post Published on Oct 22, 2024</p></div>
<div class="post-item post-item-big" onclick="window.location.href='https://www.nextoct.top/thanks';">Thanks<p class="post-time post-time-big">Published on Oct 22, 2024</p></div>
</div>
</div>
<div class="content-section">
<h2 class="section-title">Contact</h2>
<p>
Email: nextoctstudio@gmail.com
</p>
</div>
</main>
</div>
<div class="footer" id="footer">
<div class="footer-main" id="footer-main">
<div class="footer-content">
<span class="footer-title">NextOct Studio</span></br>
</div>
<div class="footer-copyright">
<span>© 2024 Jansuoh. <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. (<a href="https://www.flickr.com/photos/87347455@N00/3998141741">Background Image</a> is under <a href="https://creativecommons.org/licenses/by/2.0/deed.en">CC BY 2.0</a>.)</span>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="https://www.nextoct.top/js/footer.js" async></script>
</html>