tela 0.1.3

Web framework that focuses on ease of use and simplicity
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">

<head>
    <title>Hello World</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
    <h1>This is served from a file</h1>
    <p>Enjoy :)</p>
</body>

</html>