mirror of
https://gitlab.com/redline-racing-division/tournament.git
synced 2025-06-16 07:06:52 +00:00
54 lines
1.3 KiB
HTML
54 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>RRD Tournamet</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
media="screen"
|
|
href="https://fontlibrary.org/face/cooper-hewitt"
|
|
type="text/css"
|
|
/>
|
|
<link rel="stylesheet" href="custom.css" />
|
|
<script
|
|
defer
|
|
src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<section class="section">
|
|
<div class="container">
|
|
<p class="subtitle">
|
|
Redline Racing Division Presents:
|
|
</p>
|
|
<h1 class="title">
|
|
MARIO KART 8 TOURNAMENT
|
|
</h1>
|
|
<img src="karts.png" alt="karts" />
|
|
<h2>Details</h2>
|
|
<p>
|
|
Event Time: 02/20/2020 5pm <b>///</b> Sign Up:
|
|
<a
|
|
style="color: orange !important;"
|
|
href="https://challonge.com/tournaments/signup/F3rsE4IMVx"
|
|
>at Challonge</a
|
|
>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
<iframe
|
|
src="https://challonge.com/RRDMK8/module"
|
|
width="100%"
|
|
height="500"
|
|
frameborder="0"
|
|
scrolling="auto"
|
|
allowtransparency="true"
|
|
></iframe>
|
|
</body>
|
|
</html>
|