Add a basic website
This commit is contained in:
parent
632091a0d8
commit
003f32b6a4
|
@ -1,14 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<meta charset="utf-8" />
|
||||
<title>Connect Four</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
|
||||
<script src='main.js'></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="./styles/style.css">
|
||||
<script src="./js/main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
äh
|
||||
<h1>Welcome to ConnectForce</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
0
src/styles/style.css
Normal file
0
src/styles/style.css
Normal file
Loading…
Reference in a new issue