mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 18:48:55 +08:00
Deploying to build from @ lana-k/sqliteviz@c674bf11e3 🚀
This commit is contained in:
46
index.html
46
index.html
@@ -1,4 +1,14 @@
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.png><link rel=manifest href=manifest.webmanifest><title>sqliteviz</title><style>#sqliteviz-loading-wrapper {
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<link rel="icon" href="favicon.png">
|
||||
<link rel="manifest" href="manifest.webmanifest">
|
||||
<title>sqliteviz</title>
|
||||
<style>
|
||||
#sqliteviz-loading-wrapper {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -57,4 +67,36 @@
|
||||
stroke-dasharray: 100px 402px;
|
||||
stroke-dashoffset: -502px;
|
||||
}
|
||||
}</style><link href=js/chunk-60cbf026.37d9df6c.js rel=prefetch><link href=css/app.49b5b99f.css rel=preload as=style><link href=css/chunk-vendors.31e6963c.css rel=preload as=style><link href=js/app.eb71628a.js rel=preload as=script><link href=js/chunk-vendors.9641d639.js rel=preload as=script><link href=css/chunk-vendors.31e6963c.css rel=stylesheet><link href=css/app.49b5b99f.css rel=stylesheet></head><body><noscript><strong>We're sorry but sqliteviz doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app><div id=sqliteviz-loading-wrapper><div id=sqliteviz-loading-text>LOADING</div><svg height=170 width=170 viewBox="0 0 170 170"><circle class=bg cx=85 cy=85 r=80 /><circle class=front cx=85 cy=85 r=80 /></svg></div></div><script src=js/chunk-vendors.9641d639.js></script><script src=js/app.eb71628a.js></script></body></html>
|
||||
}
|
||||
</style>
|
||||
<!-- head extention slot start -->
|
||||
<!-- head extention slot end -->
|
||||
<link href="js/chunk-2d22998c.869ca7da.js" rel="prefetch"><link href="css/app.ec26c5dd.css" rel="preload" as="style"><link href="css/chunk-vendors.e843161b.css" rel="preload" as="style"><link href="js/app.925bc521.js" rel="preload" as="script"><link href="js/chunk-vendors.889e6f5b.js" rel="preload" as="script"><link href="css/chunk-vendors.e843161b.css" rel="stylesheet"><link href="css/app.ec26c5dd.css" rel="stylesheet"></head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but sqliteviz doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
<div id="app">
|
||||
<div id="sqliteviz-loading-wrapper">
|
||||
<div id="sqliteviz-loading-text">LOADING</div>
|
||||
<svg height="170" width="170" viewBox="0 0 170 170">
|
||||
<circle
|
||||
class="bg"
|
||||
cx="85"
|
||||
cy="85"
|
||||
r="80"
|
||||
/>
|
||||
<circle
|
||||
class="front"
|
||||
cx="85"
|
||||
cy="85"
|
||||
r="80"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<!-- extention slot start -->
|
||||
<!-- extention slot end -->
|
||||
<!-- built files will be auto injected -->
|
||||
<script type="text/javascript" src="js/chunk-vendors.889e6f5b.js"></script><script type="text/javascript" src="js/app.925bc521.js"></script></body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user