20 lines
552 B
HTML
20 lines
552 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Function</title>
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap" rel="stylesheet" />
|
|
<script src="/static/js/tailwindcss@3.2.4.js"></script>
|
|
<script src="/static/js/htmx.min.js" defer></script>
|
|
<script src="/static/js/hyperscript.min.js" defer></script>
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Function</h1>
|
|
<h5>Hello world...</h5>
|
|
</body> |