mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-04-20 19:43:33 +00:00
29 lines
721 B
HTML
29 lines
721 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Technitium DNS Server</title>
|
|
|
|
<script src="/js/jquery.min.js"></script>
|
|
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
|
|
<link href="/css/font-awesome.min.css" rel="stylesheet" />
|
|
|
|
<link href="/css/main.css" rel="stylesheet" />
|
|
<script src="/js/main.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="header"></div>
|
|
|
|
<div id="content">
|
|
<div class="container" style="max-width: 990px;">
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer"></div>
|
|
</body>
|
|
</html> |