Website base
This commit is contained in:
parent
00bcfd5054
commit
a03f6d58fb
3 changed files with 11 additions and 0 deletions
0
assets/css/main.css
Normal file
0
assets/css/main.css
Normal file
0
assets/js/main.js
Normal file
0
assets/js/main.js
Normal file
11
index.html
Normal file
11
index.html
Normal 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>
|
Reference in a new issue