This commit is contained in:
2026-09-02 02:37:30 +05:30
commit cb821faf54
7 changed files with 147 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<title>
hello!
</title>
</head>
<body>
<p>
Here is the cookie flavour: <span id='target'>%COOKIE%</span>
</p>
</body>
</html>