megacommit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Concept Page</title>
|
||||
<link rel="stylesheet" href="static/css/index.css"/>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/github.min.css">
|
||||
<script type="module" src="/static/js/chat.js"></script>
|
||||
<script>
|
||||
const user_id = {{ user_id }};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- content goes here -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user