-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gergely Brautigam <[email protected]>
- Loading branch information
Showing
9 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<!doctype html> | ||
<html data-bs-theme="dark" lang="en" data-bs-core="modern"> | ||
<html data-bs-core="modern" data-bs-theme="dark" lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="author" content="Gergely Brautigam"> | ||
<meta content="Gergely Brautigam" name="author"> | ||
<meta name="description" content> | ||
<meta name="theme-color" content="#2d2c2c"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta property="og:url" content="https://"> | ||
<meta property="og:title" content="Preview CRDs"> | ||
<meta property="og:description" content> | ||
<meta property="og:type" content="website"> | ||
<meta content="website" property="og:type"> | ||
<meta property="og:image" content="https://"> | ||
<title>Preview CRDs</title> | ||
<link rel="icon" href="https://raw.githubusercontent.com/maxence-charriere/go-app/master/docs/web/icon.svg"> | ||
<link rel="apple-touch-icon" href="/web/img/logo.png"> | ||
<link rel="manifest" href="/manifest.webmanifest"> | ||
<link href="/app.css" type="text/css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/web/css/alert.css" type="text/css"> | ||
<link href="/web/css/alert.css" type="text/css" rel="stylesheet"> | ||
<link href="/web/css/yaml.css" type="text/css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/halfmoon.min.css" type="text/css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/cores/halfmoon.modern.css" type="text/css" rel="stylesheet"> | ||
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/cores/halfmoon.modern.css"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css" rel="stylesheet"> | ||
<script defer src="/wasm_exec.js"></script> | ||
<script defer src="/app.js"></script> | ||
<script src="/app.js" defer></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.11/clipboard.min.js"></script> | ||
<meta charset="utf-8"> | ||
|
@@ -57,8 +57,8 @@ | |
</head> | ||
<body> | ||
<main></main> | ||
<aside id="app-wasm-loader" class="goapp-app-info"> | ||
<img id="app-wasm-loader-icon" class="goapp-logo goapp-spin" alt="wasm loader icon" src="/web/img/logo.png"> | ||
<aside class="goapp-app-info" id="app-wasm-loader"> | ||
<img src="/web/img/logo.png" id="app-wasm-loader-icon" class="goapp-logo goapp-spin" alt="wasm loader icon"> | ||
<p id="app-wasm-loader-label" class="goapp-label">0%</p> | ||
</aside> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!doctype html> | ||
<html data-bs-core="modern" data-bs-theme="dark" lang="en"> | ||
<html lang="en" data-bs-core="modern" data-bs-theme="dark"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="author" content="Gergely Brautigam"> | ||
<meta name="description" content> | ||
<meta name="theme-color" content="#2d2c2c"> | ||
<meta content="#2d2c2c" name="theme-color"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta property="og:url" content="https:///share"> | ||
|
@@ -17,7 +17,7 @@ | |
<link rel="apple-touch-icon" href="/web/img/logo.png"> | ||
<link rel="manifest" href="/manifest.webmanifest"> | ||
<link href="/app.css" type="text/css" rel="stylesheet"> | ||
<link type="text/css" rel="stylesheet" href="/web/css/alert.css"> | ||
<link href="/web/css/alert.css" type="text/css" rel="stylesheet"> | ||
<link href="/web/css/yaml.css" type="text/css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/halfmoon.min.css" type="text/css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/css/cores/halfmoon.modern.css" type="text/css" rel="stylesheet"> | ||
|
@@ -61,7 +61,7 @@ | |
<h4 class="alert-heading">Oops!</h4> | ||
url parameter has to be define in the following format: /share?url=https://example.com/crd.yaml | ||
</div> | ||
<aside id="app-wasm-loader" class="goapp-app-info"> | ||
<aside class="goapp-app-info" id="app-wasm-loader"> | ||
<img src="/web/img/logo.png" id="app-wasm-loader-icon" class="goapp-logo goapp-spin" alt="wasm loader icon"> | ||
<p id="app-wasm-loader-label" class="goapp-label">0%</p> | ||
</aside> | ||
|
Binary file not shown.