Wobsite/index.htm

19 lines
633 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mowie</title>
<link rel="shourtcut icon" href="http://server/SelfCMS/Mowie-Github/favicon.ico"/>
<link rel="stylesheet" href="style.css" type="text/css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
</head>
<body>
<div class="container">
<img src="Logo.svg" alt="Mowie"/>
<h1>Coming Soon.</h1>
<a href="https://github.com/Mowie" class="button">Github</a>
<a href="http://demo.mowie.cc/admin" class="button" onclick="alert('Username: admin, Password: 1234');">Demo</a>
</div>
</body>
</html>