farpatch-ui/static/index.html

19 lines
433 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/line-awesome.min.css">
<link rel="stylesheet" href="css/desktop.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="stylesheet" href="css/xterm.css" />
<meta name="viewport" content="width=device-width">
<title>Farpatch</title>
<script src="main.js"></script>
</head>
<body></body>
</html>