7 lines
979 B
HTML
7 lines
979 B
HTML
<!DOCTYPE html><head><meta charset="utf-8" /><title>Test post! --- geokkjer's home on the web, built with Guile and Haunt</title><link rel="stylesheet" href="assets/pico/css/pico.jade.min.css" /></head><body><header><div class="nav"><ul><ul><a class="navlink" href="/">Home </a><a class="navlink" href="about.html">About</a></ul></ul></div></header><hr /><div class="content"><h2>Test post!</h2><h3>by Geir Okkenhaug Jerstad — ti. 06 februar 2024</h3><div><h1>Top</h1><p><strong>Bold</strong> <em>cursive</em></p><h2>second</h2><p><code>backtick</code></p><p><img src="./images/guix.jpg" alt="image" /></p><pre><code class="language-rust">
|
|
# Code here
|
|
use::std::io
|
|
|
|
fn main() {
|
|
println!("Hello, Code!");
|
|
}</code></pre></div></div><hr /><footer><p>© 2024 Geir Okkenhaug Jerstad <a class="cc-button" href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://licensebuttons.net/l/by-sa/4.0/80x15.png" alt="cc-by-sa button" /></a></p></footer></body> |