forked from ShardulS18/FinalVersion-terminal-game
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSplashScreen.html
More file actions
30 lines (26 loc) · 1.05 KB
/
SplashScreen.html
File metadata and controls
30 lines (26 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shell:Reality Simulator</title>
<link rel="stylesheet" href="SplashScreenStyle.css" />
</head>
<body>
<div id="background"> </div>
<script src="bg.js"></script>
<script src="script2.js"></script>
<section>
<div class="image-container">
<img src="/Version5/splashAssets/AncientScroll_Sketch.png" alt="Sketch Image" class="default-image">
<img src="/Version5/splashAssets/AncientScroll_Final.png" alt="Final Image" class="hover-image">
</div>
<div>
<h1> Shell : Reality Simulator </h1>
<p> <b>What if learning the terminal didn’t feel like staring at a blank screen? Start the game and discover how fun learning Linux can really be!
Ready to start? </b></p>
<button class='myButton' onclick="window.location.href='console.html';">NEW GAME</button>
</div>
</section>
</body>
</html>