blob: 6de82a4c0c145a4f77d45a650ca2f6959f38745e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE=html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DUMUN 2026</title>
<link rel="stylesheet" href="./style/style.css">
</head>
<body>
<div class="main">
<h1>DUMUN 2026</h1>
<p>This is the official website for the Duhovka Model United Nations 2026</p>
</div>
</body>
</html>
|