source: branches/testa-x/tmp/script-area.txt @ 85

Last change on this file since 85 was 28, checked in by anonymous, 6 years ago

replace new value with index.html

File size: 1.2 KB
Line 
1    <link rel="stylesheet" href="./css/style.css" />
2    <link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
3    <link rel="stylesheet" href="css/style-3.css?<%= num %>">
4    <link rel="stylesheet" href="css/tab.css?<%= num %>">
5    <link rel="stylesheet" href="css/menu.css?<%= num %>">
6    <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" />
7    <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
9    <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.5/ace.js"></script>
10    <script src="js/storagex.js?<%= num %>>"></script>
11    <script src="js/sidemenu.js?<%= num %>>"></script>
12    <script src="js/bookmark.js?<%= num %>>"></script>
13    <script src="js/bookmarkmgr.js?<%= num %>"></script>
14    <script src="js/bookmarkmenu.js?<%= num %>"></script>
15    <script src="js/bookmarkdlg.js?<%= num %>"></script>
16    <script src="js/tab.js?<%= num %>"></script>
17    <script src="js/topmenu.js?<%= num %>"></script>
18    <script src="js/remotex.js?<%= num %>"></script>
19    <script src="js/main.js?<%= num %>"></script>
Note: See TracBrowser for help on using the repository browser.