Skip to content

Commit

Permalink
Deploy version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-llmnn committed Nov 19, 2023
1 parent 266458b commit 48558fc
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 30 deletions.
1 change: 1 addition & 0 deletions 13.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions 624.js

This file was deleted.

21 changes: 0 additions & 21 deletions 624.js.LICENSE.txt

This file was deleted.

4 changes: 2 additions & 2 deletions app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app.js

Large diffs are not rendered by default.

17 changes: 16 additions & 1 deletion app.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
/*!
* Bootstrap v5.3.0 (https://getbootstrap.com/)
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/**
* @licstart The following is the entire license notice for the
* JavaScript code in this page
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simple-PDF</title>
<link rel="icon" href="favicon.png?13b9e29e349280708a32"><link href="app.css?13b9e29e349280708a32" rel="stylesheet"></head>
<link rel="icon" href="favicon.png?b38b2d7ce3034a38b2ca"><link href="app.css?b38b2d7ce3034a38b2ca" rel="stylesheet"></head>
<body class="p-5 w-100 h-100 m-0">
<div id="app" class="w-100 d-flex flex-column flex-nowrap">
<!-- box for the buttons... -->
Expand Down Expand Up @@ -115,5 +115,5 @@ <h1 class="modal-title fs-5" id="staticBackdropLabel2"></h1>
</div>
</div>
</div>
<script defer src="app.js?13b9e29e349280708a32"></script></body>
<script defer src="app.js?b38b2d7ce3034a38b2ca"></script></body>
</html>

0 comments on commit 48558fc

Please sign in to comment.