thesis/tex/code/html5_sample.html

10 lines
179 B
HTML
Raw Normal View History

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