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

<head>
    <title>tinyemotes</title>
    <link rel="stylesheet" href="/static/style.css">
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
</head>

<body>

    <h1>hello world</h1>
</body>

</html>