-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathterminal.html
31 lines (31 loc) · 1.55 KB
/
terminal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<base href="https://unix.bpowers.net">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Browsix</title>
<meta name="theme-color" content="#171a1b">
<meta name="msapplication-TileColor" content="#171a1b">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="630 Project 1">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="630 Project 1">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-hack/2.015/css/hack-extended.min.css">
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="fs/boot/kernel.js"></script>
<link rel="import" href="elements/elements.vulcanized.html">
<style is="custom-style" include="shared-styles"></style>
</head>
<body unresolved="" class="fullbleed layout vertical">
<browsix-terminal class="fit"></browsix-terminal>
<browsix-terminal class="fit"></browsix-terminal>
<span id="browser-sync-binding"></span>
</body>
</html>