diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-17 02:25:42 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-17 02:25:42 +0300 |
commit | a2dc5f37b280c9f7f304888446fef0cf975ae041 (patch) | |
tree | a224f7cd8f610a70c6f5e5ef234c534d59284d32 /public/index.html | |
parent | a95406fdbe26a378c7e7581293cecbabfba6ce8e (diff) |
some index changes
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index a943afb..b2cc970 100644 --- a/public/index.html +++ b/public/index.html @@ -36,15 +36,16 @@ <div class="index-content"> <div class="right"> - <h3>Text stuff here</h3> - <p>Pellentesque sit amet, porttitor eget dolor - arcu risus, quis varius quam quisque id diam - vel quam elementum pulvinar etiam non quam - lacus suspendisse.</p> + <h3>Food for Thought</h3> + <span><i>Coming Soon</i></span> </div> <div class="left"> <h3>Corner of Cool</h3> + <figure> + <img alt="cool gif" src="/img/gif/2.gif"/> + <figcaption><i><small>some space thing</small></i></figcaption> + </figure> </div> </div> |