mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 22:39:47 +02:00
self-closing xml should not be used in custom tag scheme
This commit is contained in:
@ -25,10 +25,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="resources/themes/system/system.css" rel="stylesheet">
|
||||
<link id="ostheme" rel="stylesheet" href="">
|
||||
<script src="scripts/jquery-3.2.1.min.js"></script>
|
||||
<script src="scripts/jquery-3.4.1.min.js"></script>
|
||||
<script src="scripts/antos.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper" />
|
||||
<div id="wrapper" ></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user