aboutsummaryrefslogtreecommitdiff
path: root/juick-ws/src/main/webapp/WEB-INF/templates/index.html
blob: 92090c8ea3caea6138aae417bbc36327e1675ede (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Status</title>
    <link rel="icon" href="//i.juick.com/favicon.png"/>
    <link rel="stylesheet" media="all" href="/style.css" />
    <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Inconsolata" />
</head>
<body>
<p id="status"></p>
<div id="terminal"></div>
<script type="text/javascript" src="/scripts.js"></script>
</body>
</html>