mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2025-01-26 09:48:55 +00:00
19 lines
681 B
HTML
19 lines
681 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Butterfly - A web terminal based on websocket and tornado">
|
|
<meta name="author" content="Mounier Florian">
|
|
<link rel="shortcut icon" href="{{ static_url('images/favicon.png') }}">
|
|
|
|
<title>Butterfly</title>
|
|
<link href="{{ static_url('stylesheets/main.css') }}" rel="stylesheet">
|
|
</head>
|
|
|
|
<body spellcheck="false">
|
|
<main id="wrapper"> </main>
|
|
<script src="{{ static_url('javascripts/main.js') }}"></script>
|
|
</body>
|
|
</html>
|