-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.05 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.05 KB
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
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="/assets/bootstrap.min.css" rel="stylesheet">
<script src="/assets/bootstrap.bundle.min.js"></script>
<link href="/assets/Site.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="/">DeltaOJ</a>
<div class="collapse navbar-collapse">
<ul class="navbar-nav me-auto mb-lg-0">
<li class="nav-item">
<a class="nav-link disabled">一个船新的鸥鸡</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/deltaoj-dev">关于</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search">
<button class="btn btn-light" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</body>
</html>