init
This commit is contained in:
commit
455811c844
9 changed files with 240 additions and 0 deletions
27
public/index.html
Normal file
27
public/index.html
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=1.0, initial-scale=1.0">
|
||||
<script src="/main.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>javascripting(tm)</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div></div>
|
||||
<h1>Hello world</h1>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h2>Example text</h2>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<p>some footer text</p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue