removed unnecessary lines for root page loading
This commit is contained in:
parent
bfaeb58243
commit
67b092c777
1 changed files with 0 additions and 9 deletions
|
@ -13,15 +13,6 @@
|
|||
<link rel="stylesheet" href="../css/sq2bs.css">
|
||||
<link rel="icon" href="../media/icons/new/builder.png">
|
||||
<link rel="manifest" href="manifest.json">
|
||||
|
||||
<!--Leaflet for map-->
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
|
||||
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
|
||||
crossorigin="anonymous"/>
|
||||
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
|
||||
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
<title>WynnBuilder</title>
|
||||
</head>
|
||||
<body id = "body"></body>
|
||||
|
|
Loading…
Reference in a new issue