tiny-httpd example
This commit is contained in:
parent
fc4b8f5b8f
commit
709718f802
6 changed files with 77 additions and 14 deletions
10
examples/content/index.html
Normal file
10
examples/content/index.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>gadgetobrr</title>
|
||||
<script src="/script.js" defer="defer"></script>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue