thesis/tex/code/html5_sample.html
Marko Korhonen 6b1a928242
Copied template from submodule to this repo
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-16 13:28:22 +02:00

10 lines
No EOL
179 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5 Document Template</title>
</head>
<body>
Some text here (visible to the users)
</body>
</html>