get rid of the old design; use a sleek, simple, clean one.
Well ... Perhaps this is subject to change, too.
This commit is contained in:
parent
140060a733
commit
63d3762922
10 changed files with 809 additions and 130 deletions
24
index.html
24
index.html
|
@ -4,7 +4,6 @@
|
|||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
|
||||
<title>Decode? Encode? DENcode!</title>
|
||||
<link rel="stylesheet" type="text/css" href="dencode.css"/>
|
||||
<script type="text/javascript" src="node_modules/core-js/client/shim.js"></script>
|
||||
<script type="text/javascript" src="node_modules/zone.js/dist/zone.js"></script>
|
||||
<script type="text/javascript" src="node_modules/reflect-metadata/Reflect.js"></script>
|
||||
|
@ -18,6 +17,29 @@
|
|||
console.log(err);
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "ABeeZee";
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
src: local("ABeeZee Regular"),
|
||||
local("ABeeZee-Regular"),
|
||||
local("ABeeZee"),
|
||||
url("abeezee-regular.woff") format("woff");
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "ABeeZee", sans-serif;
|
||||
margin: 0;
|
||||
padding: 1em 0 0 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Decode? Encode? DENcode!</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue