Do intake in README
This commit is contained in:
22
public/index.html
Normal file
22
public/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="nl">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="jouw naam">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>Howdy FED2526</title>
|
||||
|
||||
<link href="styles/style.css" rel="stylesheet">
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Howdy FED2526</h1>
|
||||
|
||||
<script defer src="scripts/script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user