Add initial test website data

Uploaded initial test website
This commit is contained in:
ajmuk 2020-07-21 13:52:37 +03:00 • committed by GitHub
parent c404e771ad
commit 6bfed852aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Get In Touch With Arthur</title>
</head>
<body>
<h1>My Contact Information:</h1>
<p>You can use the information below to give me a shout - looking forward to hearing from you:</p>
<br>
<ol type="i">
<li>Email: arthur[at]arthurmukembo.com</li>
<li>Phone: +256 776 444 226</li>
<li>Office: Acacia Place, Acacia Avenue, Kololo</li>
</ol>
<form action="mailto:arthur@arthurmukembo.com" method="post" enctype="text/plain">
<label>Your Name:</label><br>
<input type="text" name="Your Name" value=""><br>
<label>Your Email:</label><br>
<input type="email" name="Email"><br>
<label>Your Message:</label><br>
<textarea name="message" rows="10" cols="80"></textarea><br>
<label>Choose a Password:</label><br>
<input type="password"><br>
<input type="submit">
</form>
</body>
</html>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Arthur's Hobbies</title>
</head>
<body>
<h3>Hobbies</h3>
<ol type="a">
<li>Family Guy</li>
<li>Music</li>
<li>Dance</li>
<li>Writing</li>
<li>Research</li>
</ol>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB