This commit is contained in:
2025-01-03 23:38:26 -06:00
commit 0f080e98a9
5 changed files with 69 additions and 0 deletions

27
index.html Normal file
View 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>