47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<!--
|
||
|
Official Gilroy Hacks Website Source Code -> HTML (https://gilroyhacks.com)
|
||
|
|
||
|
For more info, contact jamesdinh77 (at) protonmail (dot) com
|
||
|
-->
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
||
|
<title>Gilroy Hacks</title>
|
||
|
<link href="css/general.css" rel="stylesheet" type="text/css" media="all">
|
||
|
<link rel="icon" href="">
|
||
|
<meta name="author" content="Gilroy Hacks">
|
||
|
<meta name="copyright" content="This site and its pages are Copyright (c) 2022 Gilroy Hacks All Rights Reserved.">
|
||
|
<meta name="description" content="The official webiste for the Gilroy Hacks Hackathon. Strengthen your skills and collaborate with others to create something useful.">
|
||
|
<meta name="keywords" content="Gilroy Hacks, GilroyHacks, Gilroy, hackathon, Bay Area, GECA, Dr. TJ Owens Gilroy Early College Academy">
|
||
|
|
||
|
<style>
|
||
|
@font-face {
|
||
|
font-family: "Glacial Indifference";
|
||
|
src: url("font/GlacialIndifference-Regular.otf") format('opentype');
|
||
|
font-display: swap;
|
||
|
}
|
||
|
body {
|
||
|
position: relative;
|
||
|
background-color: #141313 !important;
|
||
|
background-image: "";
|
||
|
color: #f2f1ef !important;
|
||
|
font-family: "Glacial Indifference";
|
||
|
}
|
||
|
</style>
|
||
|
<!--For icons, go here: https://iconsvg.xyz/ -->
|
||
|
</head>
|
||
|
<header>
|
||
|
<div class="header-background">
|
||
|
<div id="header">
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</header>
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
</html>
|