mirror of
https://github.com/esiur/iui.git
synced 2025-06-27 01:13:12 +00:00
Refs
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
@ -15,7 +16,7 @@
|
||||
<meta name="msapplication-TileColor" content="#ffc40d">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/4.0.2/marked.min.js"></script>
|
||||
|
||||
<link rel="stylesheet"
|
||||
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/styles/default.min.css">
|
||||
@ -95,6 +96,14 @@
|
||||
<i-route name="if-content" caption="Conditions and Filling" :content="load(this)">
|
||||
</i-route>
|
||||
|
||||
<i-route name="scripts" caption="Scripts" :content="load(this)">
|
||||
|
||||
</i-route>
|
||||
|
||||
<i-route name="referencing" caption="Referencing" :content="load(this)">
|
||||
|
||||
</i-route>
|
||||
|
||||
</i-route>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user