Init
This commit is contained in:
27
index.html
Normal file
27
index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bellsworne Tech</title>
|
||||
<link rel="icon" href="res/img/logo.svg">
|
||||
<link rel="stylesheet" href="res/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
|
||||
</div>
|
||||
|
||||
<div id="header-img">
|
||||
<img src="res/img/logo.png" alt="Bellsworne Tech Logo">
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<h1>Welcome to Bellsworne Tech! This web page is currently under construction. Please check back with us soon!</h1>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user