summaryrefslogtreecommitdiff
path: root/public/index.php
blob: ca7f117a34c228c24fa309110c317c83dcce3772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>

<head>
    <title>The Tinybot Project</title>
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
    <link rel="stylesheet" href="/static/style.css">
    <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>

<body>
    <main>
        <h1>test</h1>
    </main>
</body>

</html>