style
This commit is contained in:
parent
c569423e65
commit
4091020069
1 changed files with 9 additions and 14 deletions
|
@ -2,6 +2,15 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Eliminacode</title>
|
<title>Eliminacode</title>
|
||||||
|
<style>
|
||||||
|
.counter {
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
margin: 1em 0;
|
||||||
|
padding: 1em 0.2em;
|
||||||
|
font-size: 8vw;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body data-cid="0">
|
<body data-cid="0">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
|
@ -9,20 +18,6 @@
|
||||||
<script type="module" src="/static/js/spa.js"></script>
|
<script type="module" src="/static/js/spa.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<script type="importmap">
|
|
||||||
{ "imports": {
|
|
||||||
"vue": "/static/js/vue.esm-browser.min.js",
|
|
||||||
"vue-router": "/static/js/vuex.esm-browser.js"
|
|
||||||
} }
|
|
||||||
</script>
|
|
||||||
<style>
|
|
||||||
.counter {
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
margin: 1em 0;
|
|
||||||
padding: 1em 0.2em;
|
|
||||||
font-size: 8vw;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue