mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 13:27:17 +00:00
54 lines
1.9 KiB
HTML
54 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Etcher</title>
|
|
<link rel="stylesheet" type="text/css" href="../node_modules/flexboxgrid/dist/flexboxgrid.css">
|
|
<link rel="stylesheet" type="text/css" href="../build/css/main.css">
|
|
<link rel="stylesheet" type="text/css" href="css/desktop.css">
|
|
<link rel="stylesheet" type="text/css" href="css/angular.css">
|
|
|
|
<link rel="import" href="components/hero-icon.html">
|
|
|
|
<script>
|
|
window._trackJs = {
|
|
token: '032448bc3d9e4cffb1e9b43d29d6c142',
|
|
application: 'etcher'
|
|
};
|
|
</script>
|
|
<script src="../node_modules/trackjs/tracker.js"></script>
|
|
|
|
<script src="./browser/app.js"></script>
|
|
</head>
|
|
<body ng-app="Etcher" style="display: none">
|
|
<header class="section-header">
|
|
<button class="btn btn-link" open-external="https://github.com/resin-io/etcher/blob/master/SUPPORT.md">
|
|
<span class="glyphicon glyphicon-question-sign"></span> Need Help?
|
|
</button>
|
|
|
|
<button class="btn btn-link" ui-sref="settings" hide-if-state="settings">
|
|
<span class="glyphicon glyphicon-cog"></span>
|
|
</button>
|
|
|
|
<button class="btn btn-link" ui-sref="main" show-if-state="settings">
|
|
<span class="glyphicon glyphicon-chevron-left"></span> Back
|
|
</button>
|
|
</header>
|
|
|
|
<main class="wrapper" ui-view></main>
|
|
|
|
<footer class="section-footer row between-xs middle-xs">
|
|
<div class="col-xs">
|
|
<div class="box text-left">
|
|
<hero-icon path="../assets/images/resin.svg" width="85px" height="auto" open-external="https://resin.io"></hero-icon>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-xs">
|
|
<div class="box text-right">
|
|
<p class="caption"><span open-external="https://github.com/resin-io/etcher">AN OPEN SOURCE PROJECT</span> BY <span open-external="https://resin.io">RESIN.IO</span></p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|