-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ContestWeb</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<!-- navbar -->
<div w3-include-html="https://mathematicalcoder.github.io/contestweb/assets/navbar.html"></div>
<div class="container-xl mt-3 border">
<p class="display-4">ContestWeb</p>
<p class="display-6">ContestWeb is a system that can be used for hosting academic contests, such as mathematical olympiads.</p>
<div class="alert alert-warning">
<b>ContestWeb is still under construction.</b>
</div>
<a href="https://mathematicalcoder.github.io/contestweb/demo" class="btn btn-primary">See Demo (under construction)</a>
<a href="https://github.com/mathematicalcoder/contestweb/tree/main" class="btn btn-secondary">See GitHub</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="https://mathematicalcoder.github.io/contestweb/assets/include.js"></script>
</body>
</html>