36 lines
782 B
HTML
36 lines
782 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="shortcut icon" type="image/svg" href="/WEBROOT/img/favicon.svg">
|
|
<title></title>
|
|
<meta name="description" content="dogeystamp's personal website">
|
|
<meta name="author" content="dogeystamp">
|
|
|
|
<style>
|
|
@font-face
|
|
{
|
|
font-family: JetBrainsMono;
|
|
src: url(/WEBROOT/fonts/JetBrainsMono-Regular.ttf);
|
|
}
|
|
|
|
@font-face
|
|
{
|
|
font-family: JetBrainsMono;
|
|
src: url(/WEBROOT/fonts/JetBrainsMono-Bold.ttf);
|
|
font-weight: bold;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/WEBROOT/css/style.css">
|
|
</head>
|
|
|
|
<div class="header">
|
|
<img src="/WEBROOT/img/logo.svg" class="logo">
|
|
<b>dogeystamp</b>
|
|
<a href="/WEBROOT/index.html">home</a>
|
|
<a href="/WEBROOT/about.html">about me</a>
|
|
</div>
|
|
|
|
<article>
|