- Removed useless stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user