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:
2020-06-22 15:59:38 +05:00
commit 2b86380ff4
13 changed files with 245 additions and 0 deletions

12
static/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test</title>
</head>
<body>
<p>Testing paragraf</p>
<a href="./about">About me</a>
</body>
</html>