2023-12-01 04:32:17 +00:00
|
|
|
<!DOCTYPE html>
|
2023-12-01 15:49:39 +00:00
|
|
|
<html lang="en">
|
2023-12-01 04:32:17 +00:00
|
|
|
|
|
|
|
<head>
|
2023-12-01 15:49:39 +00:00
|
|
|
<meta charset="utf-8">
|
2023-12-01 04:32:17 +00:00
|
|
|
<link rel="stylesheet" href="css/line-awesome.min.css">
|
|
|
|
<link rel="stylesheet" href="css/desktop.css">
|
|
|
|
<link rel="stylesheet" href="css/mobile.css">
|
2023-12-01 15:49:39 +00:00
|
|
|
<link rel="stylesheet" href="css/xterm.css" />
|
|
|
|
<meta name="viewport" content="width=device-width">
|
2023-12-02 05:13:19 +00:00
|
|
|
<title>Farpatch</title>
|
2023-12-01 04:32:17 +00:00
|
|
|
|
|
|
|
<script src="main.js"></script>
|
|
|
|
</head>
|
|
|
|
|
2023-12-02 05:13:19 +00:00
|
|
|
<body></body>
|
2023-12-01 04:32:17 +00:00
|
|
|
|
2023-12-02 11:25:12 +00:00
|
|
|
</html>
|