Add Lamassu support microsite
This commit is contained in:
parent
4f9cc88a5e
commit
d901a36f29
5 changed files with 13347 additions and 12 deletions
13230
public/lamassu-elm.js
Normal file
13230
public/lamassu-elm.js
Normal file
File diff suppressed because it is too large
Load diff
29
public/support-index.html
Normal file
29
public/support-index.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<html>
|
||||
<head>
|
||||
<base href="/">
|
||||
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700&subset=latin-ext" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="lamassu-elm.js"></script>
|
||||
<style>
|
||||
@keyframes fadein {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
input[type="number"]::-webkit-outer-spin-button,
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
</style>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
Elm.Main.fullscreen()
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue