mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-07 08:05:54 -05:00
hi
This commit is contained in:
commit
e72171abe9
4 changed files with 24 additions and 0 deletions
0
download-gold-rush.css
Normal file
0
download-gold-rush.css
Normal file
14
download-gold-rush.html
Normal file
14
download-gold-rush.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/css/master.css">
|
||||
<title>Download | Gold Rush</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Like the game? Download our app!</h2>
|
||||
<div class="download">Download for Linux</div>
|
||||
<div class="download">Download for Windows</div>
|
||||
<div class="download">Download for MacOS</div>
|
||||
</body>
|
||||
</html>
|
10
index.html
Normal file
10
index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Meet Squirrel</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hi! I'm Squirrel!</h1>
|
||||
</body>
|
||||
</html>
|
0
styles.css
Normal file
0
styles.css
Normal file
Loading…
Reference in a new issue