20 lines
332 B
HTML
20 lines
332 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- <link rel="stylesheet" href=""> -->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Well hi there :)</h1>
|
|
|
|
<b>{{ hello }}</b>
|
|
|
|
<!-- <script src="" async defer></script> -->
|
|
|
|
</body>
|
|
</html>
|