-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 1.71 KB
/
index.html
File metadata and controls
47 lines (46 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Checkm8Croft Site Home</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="profile_icon.png" type="image/x-icon">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Other/about.html">About</a></li>
<li><a href="Other/work.html">Games</a></li>
<li><a href="Other/work.html">Contact</a></li>
</ul>
</nav>
<!-- Contenitore dinamico per il caricamento delle pagine -->
<div id="dynamic-content">
<h1>Welcome to my website, here we are going to talk about gaming, Tomb Raider, and more!</h1>
<div class="cards">
<div class="container">
<h2>Apple Raider</h2>
<p>Apple Raider is documentation of how to play Tomb Raider games on Apple devices.</p>
<br>
<a href="AppleRaider/index.html" class="game-button">Learn More</a>
<br>
</div>
<div class="container">
<h2>Projects</h2>
<p>Here you can find my projects.</p>
<br>
<a href="Projects/Projects.html" class="game-button">See Here</a>
<br>
</div>
</div>
</div>
<footer>
<p>© 2026 Checkm8Croft. All rights reserved.</p>
<p>I'm not affilated with Core Design or any other Tomb Raider developer house. These are fan pages and fan projects</p>
</footer>
<script src="script.js"></script>
<script src="spa-loader.js"></script>
</body>
</html>