First commit
This commit is contained in:
39
platforms/hybrid/assets/production/index.html
Normal file
39
platforms/hybrid/assets/production/index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="Description" content="Unify is an Nodejs Framework, Designed to make advanced next generation interactive applications." class="metaDescription" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<script src="/assets/bundle.js" type="module"></script>
|
||||
<script src="/3rdparty/chroma.js" ></script>
|
||||
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/favicon.ico" rel="icon" type="image/x-icon">
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/css/unify.css" rel="stylesheet">
|
||||
<link href="/assets/css/preloader.css" rel="stylesheet">
|
||||
<link href="/assets/css/preloader2.css" rel="stylesheet">
|
||||
|
||||
<title>Unify</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="loadingBarPanel vertical-centered-box">
|
||||
|
||||
<div class="loader-circle"></div>
|
||||
<div class="loader-line-mask">
|
||||
<div class="loader-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="application" >
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user