mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 09:24:07 +00:00
added to html templating
This commit is contained in:
parent
55f8f28a76
commit
1fed9d0845
3 changed files with 45 additions and 60 deletions
|
|
@ -4,15 +4,14 @@
|
|||
<meta charset="utf-8">
|
||||
<!-- mobile first design -->
|
||||
<meta content="width=device-width,initial-scale=1" name="viewport" />
|
||||
<title>Cloud Commander</title>
|
||||
<title>{title}</title>
|
||||
|
||||
<link rel=stylesheet href="/css/reset.css">
|
||||
<link rel=stylesheet href="/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id=fm class=no-js>
|
||||
</div>
|
||||
|
||||
<div id=fm class=no-js>{fm}</div>
|
||||
<div id=keyspanel>
|
||||
<button id=f1 class=cmd-button>F1 - help</button>
|
||||
<button id=f2 class=cmd-button>F2 - rename</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue