-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (30 loc) · 1.6 KB
/
index.html
File metadata and controls
37 lines (30 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.1">
<title>CLGames</title>
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" type="text/css" href="styles/light.css" id="theme-link">
<link rel="shortcut icon" href="favicon.ico" />
<link href="https://fonts.cdnfonts.com/css/bankgothic-md-bt" rel="stylesheet">
</head>
<body>
<div class="topnav">
<div class="theme-button" id="theme-button"><img src="images/theme.png" width="32" height="32" alt="dark"></div>
<a class="active" href="index.html">Home</a>
<a href="projects.html">Projects</a>
</div>
<div class="content">
<h3>CLGames</h3>
<p>Solo game developer </p>
<p>My pages:</p>
<a href="https://vk.com/clgames_official"><img src="images/VK.png" width="64" height="64" alt="VK" class = "btn"></a>
<a href="https://www.youtube.com/channel/UC541krSrDI9mqbfptxGKV8g"><img src="images/Youtube.png" width="64" height="64" alt="Youtube" class = "btn"></a>
<a href="https://t.me/clgamesstudio"><img src="images/Telegram.png" width="64" height="64" alt="Telegram" class = "btn"></a>
<a href="https://clgames.itch.io/"><img src="images/itch.png" width="64" height="64" alt="Itch.io" class = "btn"></a>
<a href="https://www.donationalerts.com/r/clgames"><img src="images/donation.png" width="64" height="64" alt="Donation alerts" class = "btn"></a>
</div>
<script type="text/javascript" src="scripts/themes.js"></script>
</body>
</html>