First commit
This commit is contained in:
parent
b0c0774b43
commit
b60c9ab1bb
3 changed files with 14 additions and 0 deletions
14
index.html
Normal file
14
index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
0
main.css
Normal file
0
main.css
Normal file
0
main.js
Normal file
0
main.js
Normal file
Loading…
Reference in a new issue