-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 855 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Scratch Empires Home</title>
<style>
body {
background-image: url("https://raw.githubusercontent.com/Autofirejm/Scratch-Empires/main/2022-01-20_13.43.01.png");
}
</style>
</head>
<body>
<h1 style="text-align:center; font-size: 70px;"> Scratch Empires Website</h1>
<p style="text-align:center; font-size: 40px;"> Season 1 has ended!</p>
<p> Get it here! (down below)</p>
<iframe src="https://github.com/Autofirejm/Scratch-Empires/tree/main/Java" title="Season 1 java download"></iframe>
<iframe src="https://github.com/Autofirejm/Scratch-Empires/tree/main/Bedrock" title="Season 1 java download"></iframe>
<iframe src="https://github.com/Autofirejm/Scratch-Empires/tree/main/Bedrock%20(ZIP)" title="Season 1 java download"></iframe>
</body>
</html>