-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31ab356
commit 0d70fb4
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<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=Press+Start+2P&display=swap" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css2?family=Oxanium:[email protected]&display=swap" rel="stylesheet"> | ||
|
||
<!--Google website stuff--> | ||
<meta name="description" content="I made this website at school bc I wanted to play games"> | ||
|
@@ -18,7 +19,7 @@ | |
<style> | ||
body { | ||
background-color: #1a1a1a; | ||
|
||
font-family: 'Oxanium', sans-serif; | ||
} | ||
|
||
/*https://getcssscan.com/css-buttons-examples#:~:text=by-,Typedream,-Button%2035*/ | ||
|
@@ -59,12 +60,12 @@ | |
</script> | ||
</head> | ||
<body onload="setOperators()"> | ||
<center> | ||
<div style="text-align: center;"> | ||
<br><br><br> | ||
<h1 style="color:#aaaaaa;" class="title">Random Siege Op</h1> | ||
<br><br> | ||
<h2 style="color:#aaaaaa;">Attacker: <span id="attacker"></span><br><br>Defender: <span id="defender"></span></h2> | ||
<br><button class="cool-button" role="button" onclick="setOperators()">New Op?</button> | ||
</center> | ||
</div> | ||
</body> | ||
</html> |