veebikoolitus-2018-03-live/hello/hello.html

5 lines
97 B
HTML
Raw Normal View History

2018-03-22 18:17:31 +02:00
<!doctype html>
2018-03-22 18:22:55 +02:00
<meta charset="utf-8">
2018-03-22 18:17:31 +02:00
<title>Hello World</title>
2018-03-22 18:19:15 +02:00
<script src="app.js"></script>