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