Support for <meta> attributes

This commit is contained in:
2026-07-20 20:31:25 +10:00
parent eff5313f26
commit b4750b9053
7 changed files with 34 additions and 16 deletions

7
client/header_top.html Normal file
View File

@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>posts</title>
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="/script.js"></script>