added an example file for local webpage

This commit is contained in:
Artem Anufrij 2018-09-19 21:56:01 +02:00
parent e8d4f5d760
commit 349aaaf900

31
screenshots/example.html Normal file
View file

@ -0,0 +1,31 @@
<style>
body {
background: #fafafa;
color: #333;
}
a {
text-decoration:none;
color: #0d52bf;
}
a:visited {
color: #0d52bf;
}
li{
margin-bottom: 1rem;
}
</style>
<br/>
<br/>
<h1 style="text-align: center;">It's a local index.html file</h1>
<p style="text-align: center;">
maybe you have a use for it!
</p>
<p style="text-align: center;">
<small><i>file:///path/to/your/index.html</i></small>
</p>
<ul>
<li><a href="">Local Wiki</a></li>
<li>Some Content</li>
<li><a href="">elementary.io</a></li>
<li><a href="http://anufrij.org">anufrij.org</a></li>
</ul>