38 lines
804 B
HTML
38 lines
804 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
|
|
</style>
|
|
<title>quinten0508.com</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div class="box" id="maintitlebox">
|
|
<h1 id="maintitle">Quinten</h1>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<div id="stripes">
|
|
<img src="stripes.svg" id="stripes">
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
<!-- class -> .class and id -> #id in css
|
|
use id for one-time and classes for re-useable stuff -->
|