Initial commit woupsi
This commit is contained in:
parent
d36be8620e
commit
2d23db0d6d
9 changed files with 376 additions and 0 deletions
20
index.html
Normal file
20
index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="header.js" type="text/javascript" defer></script>
|
||||
<script src="footer.js" type="text/javascript" defer></script>
|
||||
<script src="game.js" type="text/javascript" defer></script>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<title>FreeFTF</title>
|
||||
</head>
|
||||
<body>
|
||||
<header-component></header-component>
|
||||
<article>
|
||||
<game-component></game-component>
|
||||
</article>
|
||||
<footer-component></footer-component>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue