Initial commit: created project structure, makefile, some static files for future server tests and interphase to create a listening socket
This commit is contained in:
16
static/about/index.html
Normal file
16
static/about/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="../">Back</a>
|
||||
<p>Me</p>
|
||||
<img src="/about/me.jpg" alt="the pig" style="max-height: 200px;" />
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
static/about/me.jpg
Normal file
BIN
static/about/me.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Reference in New Issue
Block a user