mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-07 01:26:12 -08:00
icon
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>VTracer</title>
|
<title>VTracer</title>
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="/assets/apple-icon.png">
|
<link rel="apple-touch-icon" sizes="192x192" href="./assets/apple-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="192x192" href="/assets/apple-icon.png">
|
<link rel="icon" type="image/png" sizes="192x192" href="./assets/apple-icon.png">
|
||||||
<!-- UIkit CSS -->
|
<!-- UIkit CSS -->
|
||||||
<link rel="stylesheet" href="./uikit/css/uikit.min.css" />
|
<link rel="stylesheet" href="./uikit/css/uikit.min.css" />
|
||||||
|
|
||||||
@@ -278,7 +278,6 @@
|
|||||||
document.body.classList.add('uk-light');
|
document.body.classList.add('uk-light');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script src="./bootstrap.js"></script>
|
<script src="./bootstrap.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user