15 lines
833 B
HTML
15 lines
833 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Welcome to chopster44.com!</title>
|
|
<link href="index.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to my website!</h1>
|
|
<p>I'm chopster44</p>
|
|
<p>I know a bit about programming, design circuit boards, build all sorts of janky rockets which have no right being in the sky, and I sometimes play bass.</p>
|
|
<p>There is not much here yet, but one day this will be my personal website. I haven't decided what to put here yet but I've started a list of what I could do <a href="/future">here</a> <sup>(and yes some css is coming)</sup></p>
|
|
<p>If you want to findout more about what I do, you can always find up to date details <a href="/contact">here</a><p>
|
|
</body>
|
|
</html>
|