-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 2.51 KB
/
index.html
File metadata and controls
54 lines (49 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="HexDemic site.">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Playfair Display' rel='stylesheet'>
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HexDemic</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">HexDemic</h1>
<h2 id="project_subtitle">The Mega Cartridge</h1>
<img src="images/art.png"/>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<p>
<h3>HexDemic</h3>
The puzzle game played on a grid of hexagonal tiles. Players place tiles trying to connect the two sides of the board.
<br>
Strategic placement and chains are crucial for winning. The game features levels of increasing difficulty, appealing visuals, and may include power-ups or special tiles.
<br>
It's available on various platforms, offering a challenging and visually engaging puzzle experience.
</p>
<section id="main_content" class="inner">
<table>
<tr>
<td><a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Win32.x64.zip ">Windows</a> (<a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Win32.x86.zip ">x86</a> / <a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Win32.x64.zip ">x64</a> / <a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Win32.ARM64.zip ">ARM64</a>)</td>
<td><a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.zip">macOS</a></td>
<td><a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Linux.tar.gz">Linux</a> (<a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Linux.tar.gz">x64</a> / <a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.Linux.ARM64.tar.gz">ARM64</a>)</td>
<td><a href="https://github.com/codefoco/HexDemic.Home/releases/download/v1.0/HexDemic.apk">Android</a></td>
</tr>
</table>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Copyright © Codefoco 2025</p>
</footer>
</div>
</body>
</html>