-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 1.03 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
26
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=11">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<title>NMSL</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>NMSL</h2>
<h5>Never Mind the Scandal and Liber</h5>
<img src="assets/img/Never%20Mind%20the%20Scandal%20and%20Liber%201080×1920px.png" alt="Never Mind the Scandal and Liber" />
</div>
</div>
<div class="row">
<h4>See also:</h4>
<li><a href="https://cxk.nmsl.run/">CXK, Never Mind the Scandal and Liber</a></li>
</div>
</div>
</body>
</html>