Add default HTML Template

This commit is contained in:
Marcel Schwarz 2018-05-10 23:08:06 +02:00
parent 3e694ef437
commit 70ac7002e7

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Titel</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>