๐Ÿ“ฆ Svenlaa / Svenlaa.github.io

๐Ÿ“„ index.html ยท 35 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" type="image/png" sizes="16x16" href="/fav/default/ico16.png">
    <meta name="description" content="the archived showroom for Svenlaa">
    <title>Svenlaa - my archived showroom</title>

    <link rel="stylesheet" href="/style/PlayingCards.css">
    <link rel="stylesheet" href="/style/style.css">
</head>
<body>
<header id="header">
    <img class="navButton" src="/fav/default/ico96.png" alt="logo">
    <span class="onSvenL">svenlaa</span>
    <img class="menuButton" onclick="window.location.href = '/'" src="/img/icon/home.png" alt="home">
</header>
<main>
    <div class="category g">
        <a class="card" href="/lettest/">lettest</a>
    </div>
    <div class="category b">
        <a class="card" href="/snake/" title="two-do">snake</a>
        <a class="card" href="/minesweeper/" title="minesweeper">minesweeper</a>
        <a class="card" href="/solitaire.html" title="solitaire">solitaire</a>
    </div>
    <div class="category r">
        <a class="card" href="/twodo.html" title="two-do">twodo</a>
        <a class="card" href="https://github.com/Svenlaa">github</a>
    </div>
</main>
</body>
</html>