mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
added js dir
This commit is contained in:
parent
cf6cff691c
commit
a7a4ecb9da
5 changed files with 39 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -62,4 +62,4 @@ rever/
|
|||
|
||||
# elm
|
||||
xonsh/webconfig/elm-stuff/
|
||||
xonsh/webconfig/js/
|
||||
xonsh/webconfig/js/app.js
|
||||
|
|
|
@ -6,11 +6,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="js/bootstrap.min.css">
|
||||
<script src="js/app.js"></script>
|
||||
<!--
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="css/theme.css">
|
||||
<script src="js/app.min.js"></script>
|
||||
-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
25
xonsh/webconfig/js/LICENSE-bootstrap
Normal file
25
xonsh/webconfig/js/LICENSE-bootstrap
Normal file
|
@ -0,0 +1,25 @@
|
|||
License for the bootstrap.min.js file.
|
||||
|
||||
---
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013 Thomas Park
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
1
xonsh/webconfig/js/app.min.js
vendored
Normal file
1
xonsh/webconfig/js/app.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
12
xonsh/webconfig/js/bootstrap.min.css
vendored
Normal file
12
xonsh/webconfig/js/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue