Add initial HTML structure for the project
This commit is contained in:
parent
9f664b41f9
commit
7feff18799
0
Javascript/app.js
Normal file
0
Javascript/app.js
Normal file
0
Styles/style.css
Normal file
0
Styles/style.css
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">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user