Wobsite/index.htm

19 lines
633 B
HTML
Raw Permalink Normal View History

2017-03-27 19:03:48 +00:00
<!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>
2018-03-28 21:54:20 +00:00
<a href="http://demo.mowie.cc/admin" class="button" onclick="alert('Username: admin, Password: 1234');">Demo</a>
2017-03-27 19:03:48 +00:00
</div>
</body>
2018-03-28 21:50:15 +00:00
</html>