Skip to content

Commit 3343b22

Browse files
committed
Merge pull request #1 from mapfde/master
Einfaches index.html
2 parents d5ef082 + 87216b9 commit 3343b22

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
3+
<html lang="de">
4+
5+
<head>
6+
<meta charset="utf-8">
7+
8+
<title>Example</title>
9+
10+
<script src="program.js"></script>
11+
<link rel="stylesheet" type="text/css" href="style.css">
12+
13+
</head>
14+
15+
<body>
16+
<h1>Example</h1>
17+
<div id="something">Some simple text here</div>
18+
</body>
19+
</html>
20+

0 commit comments

Comments
 (0)