-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.htm
More file actions
109 lines (103 loc) · 4.83 KB
/
default.htm
File metadata and controls
109 lines (103 loc) · 4.83 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
title: Web 1.0
permalink: /default.htm
image: ./preview.png
---
<table style="width:100%;margin-top:2em">
<tbody>
<tr>
<td style="width:350px;vertical-align: top;" rowspan="2"><a href="{{ '/' | absolute_url }}"><img
class="corrupt photo" style="border:1px solid blue"
src="https://www.henrikbecker.net/assets/img/portrait-800x1199.jpg" width="150" /></a></td>
<td colspan="2">
<h1>Welcome to my home page!</h1>
Things I like:
<dl>
<dt><retro-blink><b style="color:maroon">Coffee:</b></retro-blink></dt>
<dd><a target="_new"
href="https://en.wikipedia.org/wiki/Coffee">https://en.wikipedia.org/wiki/Coffee</a></dd>
<dt>Coding:</dt>
<dd><a href=https://www.henrikbecker.net/cv>https://www.henrikbecker.net/cv</a></dd>
</dl>
</td>
</tr>
<tr>
<td colspan="2">
<form class="contact-form">
<input type="hidden" name="sender" />
<input type="hidden" name="ts_eliot" />
<table>
<thead>
<th colspan="2"><retro-blink>Contact me!</retro-blink></th>
</thead>
<tbody>
<tr>
<td><b>Name:</b></td>
<td><input type="text" name="name" placeholder="Your name" /></td>
</tr>
<tr>
<td><b>Email:</b></td>
<td><input type="text" name="email" placeholder="Your email" /></td>
</tr>
<tr>
<td>Message:</td>
<td><textarea name="body" placeholder="Message" rows="5"></textarea></td>
</tr>
<tr>
<td><button type="submit">Send</button></td>
<td class="status"></td>
</tr>
</tbody>
</table>
</form>
</td>
</tr>
</tbody>
</table>
<p>
I'm a senior backend consultant based in Stockholm, Sweden.
I started coding professionally in 1999 and has since worked across industries including finance, insurance and
online gaming. With deep expertise in .NET, system integration, and cloud-native architecture, I help teams
build backend systems that are scalable, maintainable, and built to last.
</p>
<retro-marquee speed="50">
<retro-rainbow>
I run a one-person tech company focused on delivering clean, automated solutions that reduce complexity and
support long-term growth. I work closely with clients to understand their needs, design pragmatic solutions,
and write code that’s easy to read, test, and evolve.
</retro-rainbow>
</retro-marquee>
<retro-hr color="#FFFF00"></retro-hr>
<h2>Don't you miss Web 1.0?</h2>
<p style="text-align:center">
You could publish your <a class="mailto"
href="mroF tcatnoC=tcejbus?es.rekcebkirneh@maps:otliam"><img
src="{{ '/email.gif' | absolute_url }}" /></a> online without worrying about spam or
<img height="32" src="{{ '/troll.gif' | absolute_url }}" />
<img height="48" src="{{ '/troll.gif' | absolute_url }}" />
<img height="64" src="{{ '/troll.gif' | absolute_url }}" />
or other abuse?<br />
</p>
<table style="width:100%">
<tbody>
<tr>
<td style="text-align: left;"><a href="{{ '/404' | absolute_url }}">Prev</a></td>
<td style="text-align:center">This site is part of a webring</td>
<td style="text-align: right;"><a href="{{ '/end' | absolute_url }}">Next</a></td>
</tr>
</tbody>
</table>
<div style="text-align: center;">
<img src="{{ '/uconst.gif' | absolute_url }}" style="width:48px;height:48px" /><br />
This page has been viewed <retro-counter value="{{ site.time | date: '%Y' }}"></retro-counter> times.<br />
Best viewed with:<br />
<a target="_blank" href="https://www.firefox.com/"><img src="{{ '/getnet3.gif' | absolute_url }}" /></a><br />
</div>
<div>
<script>
// The obligatory javascript bugs
window.onload = () => alert(NaN);
</script>
// The obligatory javascript bugs
window.onload = () => alert(NaN);
</div>