Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « text « tags « docs - github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbb186ed818e278deada20d891afd8ebd0262cf9 (plain)
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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Your site description">
    
    <link rel="shortcut icon" href="https://lukasjoswiak.github.io/etch/favicon.ico">
    <link rel="alternate" type="application/rss+xml" href="https://lukasjoswiak.github.io/etch/tags/text/index.xml" title="Website Name">
    
    <link rel="stylesheet" href="/etch/css/style.min.css">

    <title>text</title>
</head>
<body><header id="banner">
    <h2><a href="https://lukasjoswiak.github.io/etch/">Website Name</a></h2>
    <nav>
        <ul>
            <li>
                <a href="/etch/" title="posts">posts</a>
            </li><li>
                <a href="/etch/about/" title="about">about</a>
            </li>
        </ul>
    </nav>
</header>
<main id="content">
<h3>text</h3>
<ul id="posts">
    <li>
    <a href="https://lukasjoswiak.github.io/etch/placeholder-text/">
        Placeholder Text
        <small><time>Mar 9, 2019</time></small>
    </a>
</li>

</ul>

        </main><footer id="footer">
    Copyright © 2022 Your Name
</footer>
</body>
</html>