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

index.html « shortcodes « tags « docs - github.com/LukasJoswiak/etch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef015cd07a5458f110d3733022544d9b80e454a1 (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/shortcodes/index.xml" title="Website Name">
    
    <link rel="stylesheet" href="/etch/css/style.min.css">

    <title>shortcodes</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>shortcodes</h3>
<ul id="posts">
    <li>
    <a href="https://lukasjoswiak.github.io/etch/rich-content/">
        Rich Content
        <small><time>Mar 10, 2019</time></small>
    </a>
</li>

</ul>

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