69 lines
2.5 KiB
PHP
Executable File
69 lines
2.5 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<!-- General meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="A software and game studio.">
|
|
<meta name="keywords" content="quartznet, software, games, tools"/>
|
|
<meta name="author" content="quartznet"/>
|
|
|
|
<!-- Open Graph meta tags -->
|
|
<meta property="og:title" content="quartznet" />
|
|
<meta property="og:description" content="We are software and game developers." />
|
|
|
|
<title>Quartznet</title>
|
|
|
|
<!-- Load CSS -->
|
|
<link rel="stylesheet" href="/quartznet/assets/css/normalize.css">
|
|
<link href="/quartznet/assets/css/stylesheet.css" rel="stylesheet">
|
|
<link href="/quartznet/assets/css/themes.css" rel="stylesheet">
|
|
<!-- <link rel="stylesheet" href="/quartznet/assets/css/dark.css" media="(prefers-color-scheme: dark)"> -->
|
|
<!-- <link rel="stylesheet" href="/quartznet/assets/css/light.css" media="(prefers-color-scheme: no-preference), (prefers-color-scheme: light)"> -->
|
|
|
|
<!-- Load fonts -->
|
|
<link rel="icon" href="/quartznet/assets/favicon.ico">
|
|
|
|
<!-- Load icons -->
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120787474-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-120787474-1');
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<?php include "includes/header.php" ?>
|
|
|
|
<main>
|
|
<section class="container">
|
|
<h1>Sirius</h1>
|
|
<a href="/quartznet/sirius"><img class="img-fluid rounded mb-4 mb-lg-0" src="https://placehold.it/600x300" alt=""></a>
|
|
<p>A 2D sci-fi game about wannabe space captain trying to find their path.</p>
|
|
<p>Stores: Steam, Itch</p>
|
|
<p>Platforms: Windows, Mac, Linux</p>
|
|
</section>
|
|
|
|
<section class="container">
|
|
<h1>quartz wave real name TBA</h1>
|
|
<a href="/quartznet/sirius"><img class="img-fluid rounded mb-4 mb-lg-0" src="https://placehold.it/600x300" alt=""></a>
|
|
<p>More text here soonTM.</p>
|
|
<p>Stores: Steam, Itch</p>
|
|
<p>Platforms: Windows, Mac, Linux</p>
|
|
</section>
|
|
</main>
|
|
|
|
<?php include "includes/footer.php" ?>
|
|
</body>
|
|
|
|
</html>
|