- Removed useless stuff

This commit is contained in:
Alexis
2020-07-17 21:20:42 +02:00
parent 7711816a71
commit d2acdbb179
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
<link rel="preload" as="font" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap" crossorigin="anonymous">
<link rel="preload" as="font" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,latin-ext" crossorigin="anonymous">
<title>Auracle</title>
<script src="<%= BASE_URL %>libs/clipboard.min.js"></script>
</head>
<body>
<noscript>

View File

@@ -16,6 +16,6 @@ export default {
<style lang="scss" scoped>
#srs {
min-height: 100vh;
background: url('/img/bg1.png') center center fixed repeat;
background: url('./assets/images/bg1.png') center center fixed repeat;
}
</style>