1
0
Fork 0

Website base

This commit is contained in:
Ethanell 2020-04-06 11:36:14 +02:00
parent 00bcfd5054
commit a03f6d58fb
3 changed files with 11 additions and 0 deletions

0
assets/css/main.css Normal file
View file

0
assets/js/main.js Normal file
View file

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Internet security</title>
<link rel="stylesheet" type="text/css" href="assets/css/main.css">
</head>
<body>
<script src="assets/js/main.js"></script>
</body>
</html>