Skip to content

Commit

Permalink
guh
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintendoboi22 committed Dec 20, 2024
1 parent 31ab356 commit 0d70fb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions random-r6-op/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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*/
Expand Down Expand Up @@ -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>

0 comments on commit 0d70fb4

Please sign in to comment.