-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (58 loc) · 2.5 KB
/
index.html
File metadata and controls
64 lines (58 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="/assets/css/firefox.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GFF42G1BR3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GFF42G1BR3');
</script>
<!-- HTML Meta Tags -->
<title>Actionkode games</title>
<meta name="description" content="an indie video game studios">
<!-- Meta Tags Generated via https://opengraph.dev -->
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://actionkode.github.io/">
<meta property="og:type" content="website">
<meta property="og:title" content="actionkode">
<meta property="og:description" content="an indie video game studios">
<meta property="og:image" content="https://actionkode.github.io/favicon.ico">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="actionkode.github.io">
<meta property="twitter:url" content="https://actionkode.github.io/">
<meta name="twitter:title" content="actionkode">
<meta name="twitter:description" content="an indie video game studios">
<meta name="twitter:image" content="https://actionkode.github.io/favicon.ico">
<meta name="google-adsense-account" content="ca-pub-8956748095389892">
</head>
<body>
<header>
<img src="/assets/img/Action-Kode-logos_white.png" alt="Action-Kode-logo">
<div id="header-links">
<a href="/#about">about</a>
<!-- <a href="/games">games</a>-->
<a href="/">home</a>
</div>
</header>
<main>
<img id="biglogo" src="/assets/img/Action-Kode-logos_white.png" alt="Action-Kode-logo">
<div id="about">
<h1 style="text-align: center;">About Us</h1>
<div id="abouttext">
<p> Actionkode Games is an indie video game studio run by two teenage boys</p>
</div>
</div>
</main>
<footer>
<a href="https://reddit.com/r/actionkode"><img src="/assets/img/svg/reddit.svg"></a>
<a href="https://www.youtube.com/@actionkodegames"><img src="/assets/img/svg/youtube.svg"></a>
</footer>
</body>
</html>