mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 13:00:32 +01:00
Initial files
This commit is contained in:
commit
806b33946f
4 changed files with 33 additions and 0 deletions
BIN
Beast.woff2
Normal file
BIN
Beast.woff2
Normal file
Binary file not shown.
7
_headers
Normal file
7
_headers
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
Content-Security-Policy: upgrade-insecure-requests, default-src 'none'; font-src 'self'; style-src 'self'
|
||||
X-Frame-Options: DENY
|
||||
Referrer-Policy: no-referrer
|
||||
X-Content-Type-Options: nosniff
|
||||
Cross-Origin-Resource-Policy: same-origin
|
||||
Strict-Transport-Security: max-age=31536000; includeSubDomains
|
||||
10
index.css
Normal file
10
index.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
@font-face {
|
||||
font-family: "Beast";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("Beast.woff2");
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: Beast;
|
||||
}
|
||||
16
index.html
Normal file
16
index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Isaac's Webbed Site</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<p>for business inquiries</p>
|
||||
<p><a href="mailto:ig@isaac.run">ig@isaac.run</a></p>
|
||||
<br>
|
||||
<p>for personal inquiries</p>
|
||||
<p>you should already know how to reach me (:</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue