first commit

This commit is contained in:
Nathan Upchurch
2024-01-11 12:24:46 -06:00
parent 009adc2a81
commit 0b4774de48
3 changed files with 252 additions and 0 deletions

16
index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>Kom Creative: New site coming soon.</title>
<meta name="description" content="Kom Creative is a Chicago based graphic design firm established in 2014." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<img src="images/komcreativelogo.svg">
<h1>Welcome to Kom Creative</h1>
<p>New website coming soon.</p>
</body>
</html>