diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2021-05-11 20:38:48 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2021-05-11 20:38:48 -0600 |
commit | eaee38a4b6ebedc106548876cdbe1fe433c514bb (patch) | |
tree | a6c377fb959a09f7778c70b2069cd7c88682fae1 /e_dst/test1.html | |
parent | 0a9c6693255800c6c197a3dcf3614046c296e293 (diff) |
refactor code and almost finish main functionalityv0.1.0
Diffstat (limited to 'e_dst/test1.html')
-rw-r--r-- | e_dst/test1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/e_dst/test1.html b/e_dst/test1.html index e69de29..6ce9593 100644 --- a/e_dst/test1.html +++ b/e_dst/test1.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Test 1</title> + +</head> +<body> +<h1>Test 1</h1><p>This is an article test</p> +<ul> +<li>asdfg</li> +<li>hjikl</li> +<li>modified</li> +</ul><p>Tags: <a href="https://blog.luevano.xyz/tag/@test.html">test</a>, <a href="https://blog.luevano.xyz/tag/@small.html">small</a>, <a href="https://blog.luevano.xyz/tag/@archive.html">archive</a></p> +</body> +</html> |