mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-07 17:18:21 +00:00
15 lines
504 B
HTML
15 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="A web-based configuration tool for netfilter tables">
|
|
<meta name="theme-color" content="#1A237E"/>
|
|
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml">
|
|
<title>nfSense</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|