-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (63 loc) · 1.85 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<link
rel="stylesheet"
type="text/css"
href="//fonts.googleapis.com/css?family=Open+Sans"
/>
</head>
<body onload="fillGeneric()">
<div id="container">
<div id="top">
<ul>
<li><a class="active" href="./index.html">Home</a></li>
<li><a href="./photos.html">Photos</a></li>
<li><a href="./diary.html">Diary</a></li>
<li style="float:right">
<a id="js_title" class="blank" href="./info.html"></a>
</li>
</ul>
</div>
<div id="leftnav"></div>
<!-- <div id="header_main" class="container_wrap">-->
<div id="content">
<h3>Introduction</h3>
<p>
Randomly executed and poorly documented trial and error.
</p>
<p>
Below shows the front of the house being renovated, hopefully
preserving and occasionally improving the current state.
</p>
<img
class="big-image"
id
src="\images\photos\DSC00468.JPG"
alt="Picture cannot be found."
/>
<p>
This house was bought in 2018 by a first-time buyer.
</p>
<p>Freedom from rent. Scope to experiment.</p>
</div>
</div>
</body>
<footer style="text-align-last: center">
<p>
<a
id="js_footer"
href="https://github.com/bisq-network/bisq/releases/tag/v0.3.6"
></a>
</p>
<p>
<a id="js_footer2" href="https://localbitcoins.com/"></a>
</p>
<script src="./js/main.js"></script>
</footer>
</html>