Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grapediadb committed Sep 21, 2018
1 parent bfa31ce commit 1f0f83b
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21afe2b9
bfa31ce6
Binary file added static/command/images/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/command/images/android-chrome-256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/command/images/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/command/images/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added static/command/images/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/command/images/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/command/images/favicon.ico
Binary file not shown.
Binary file added static/command/images/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions static/command/images/safari-pinned-tab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions static/command/images/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
7 changes: 7 additions & 0 deletions templates/command/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<script id="microloader" data-app="fe3297ec-51c1-4649-89b6-844ab4566e0a" type="text/javascript" src="{% static "command/js/ext-js/bootstrap.js" %}"></script>
<script src="{% static "channels/js/websocketbridge.js" %}"></script>
<script src="{% static "command/js/ace/src-min/ace.js" %}"></script>
<link rel="apple-touch-icon" sizes="180x180" href="{% static "command/images/apple-touch-icon.png" %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static "command/images/favicon-32x32.png" %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static "command/images/favicon-16x16.png" %}">
<link rel="manifest" href="{% static "command/images/site.webmanifest" %}">
<link rel="mask-icon" href="{% static "command/images/safari-pinned-tab.svg" %}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
</body>
Expand Down

0 comments on commit 1f0f83b

Please sign in to comment.