Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nasamsay committed Aug 29, 2022
1 parent d4f7295 commit c09fe7b
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 2 deletions.
Binary file added hangmanbg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions hangmanbg.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://www.bing.com/
HostUrl=https://th.bing.com/th/id/R.aaf7e16634afd17f444fefbe27defe6d?rik=uAzaja23bkaevw&pid=ImgRaw&r=0
36 changes: 34 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,43 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>Hangman Game</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap" rel="stylesheet">
</head>
<body>

<h1>HANGMAN</h1>
<h4>Use Alphabet below to try and guess the word or click hint to get a clue.</h4>
<div class="buttons">
<button>a</button>
<button>b</button>
<button>c</button>
<button>d</button>
<button>e</button>
<button>f</button>
<button>g</button>
<button>h</button>
<button>i</button>
<button>j</button>
<button>k</button>
<button>l</button>
<button>m</button>
<button>n</button>
<button>o</button>
<button>p</button>
<button>q</button>
<button>r</button>
<button>s</button>
<button>t</button>
<button>u</button>
<button>v</button>
<button>w</button>
<button>x</button>
<button>y</button>
<button>z</button>
</div>

<script src="./scripts/script.js"></script>
</body>
Expand Down
11 changes: 11 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
body{
text-align: center;
background-image: url(/unnamed.jpg);
background-size: cover;
}

h1{
font-family: 'Mystery Quest';
font-size: 75px;
color:rgb(136, 83, 83);
}
Binary file added unnamed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions unnamed.jpg:Zone.Identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://www.bing.com/
HostUrl=https://lh3.googleusercontent.com/proxy/MOuWxm5ZHx7TuK4ASf_9ZnrevDZh4RaRf_sFKrybOwGfOnJZUnHSBmCoTCB6Hute0elv6gOPyTMzx609z8hV9XpuWbxe5FBHLfksruvVDRlO74Lbkc_Uz7XgrsfV5YQa=w1200-h630-p-k-no-nu

0 comments on commit c09fe7b

Please sign in to comment.