17 lines
532 B
HTML
17 lines
532 B
HTML
<!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>
|