mirror of
https://gitee.com/dcren/cloud-native-app-initializer.git
synced 2026-05-19 17:31:28 +08:00
Project initial
This commit is contained in:
251
initializer-page/static/bootstrap.html
Normal file
251
initializer-page/static/bootstrap.html
Normal file
@@ -0,0 +1,251 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
<meta name="data-spm" content="a2ck6"/>
|
||||
<meta name="aes-config" content="pid=5tYCpT&user_type=6&uid=&username="/>
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
|
||||
<link rel="shortcut icon" href="/images/aliyun-icon.png"/>
|
||||
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
|
||||
|
||||
<link rel="canonical" href="<%= htmlWebpackPlugin.options.url %>"/>
|
||||
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>"/>
|
||||
<meta property="og:site_name" content="<%= htmlWebpackPlugin.options.title %>"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>"/>
|
||||
<meta property="og:description" content="<%= htmlWebpackPlugin.options.description %>"/>
|
||||
<meta property="og:url" content="<%= htmlWebpackPlugin.options.url %>"/>
|
||||
<meta name="twitter:title" content="<%= htmlWebpackPlugin.options.title %>"/>
|
||||
<meta name="twitter:description" content="<%= htmlWebpackPlugin.options.description %>"/>
|
||||
<meta name="twitter:url" content="<%= htmlWebpackPlugin.options.url %>"/>
|
||||
<meta name="twitter:site" content="<%= htmlWebpackPlugin.options.twitter %>"/>
|
||||
<meta name="twitter:creator" content="<%= htmlWebpackPlugin.options.twitter %>"/>
|
||||
<meta name="twitter:card" content="summary_large_image"/>
|
||||
<meta name="twitter:image" content="<%= htmlWebpackPlugin.options.image %>"/>
|
||||
<meta property="og:image" content="<%= htmlWebpackPlugin.options.image %>"/>
|
||||
<meta property="og:image:width" content="1000"/>
|
||||
<meta property="og:image:height" content="523"/>
|
||||
<meta name="theme-color" content="<%= htmlWebpackPlugin.options.theme %>"/>
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
html {
|
||||
line-height: 1.15;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
pre {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
text-decoration: underline;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
font-size: 100%;
|
||||
line-height: 1.15;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
button,
|
||||
input {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
button,
|
||||
[type='button'],
|
||||
[type='reset'],
|
||||
[type='submit'] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner,
|
||||
[type='button']::-moz-focus-inner,
|
||||
[type='reset']::-moz-focus-inner,
|
||||
[type='submit']::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button:-moz-focusring,
|
||||
[type='button']:-moz-focusring,
|
||||
[type='reset']:-moz-focusring,
|
||||
[type='submit']:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
|
||||
legend {
|
||||
box-sizing: border-box;
|
||||
color: inherit;
|
||||
display: table;
|
||||
max-width: 100%;
|
||||
padding: 0; /* 3 */
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
[type='checkbox'],
|
||||
[type='radio'] {
|
||||
box-sizing: border-box;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
[type='number']::-webkit-inner-spin-button,
|
||||
[type='number']::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
[type='search'] {
|
||||
-webkit-appearance: textfield;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
[type='search']::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.noscript {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.noscript a {
|
||||
color: #3d96f7;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!--引入SDK-->
|
||||
<script src="//g.alicdn.com/aes/tracker/1.0.20/index.js"></script>
|
||||
<!--引入SDK及插件-->
|
||||
<script src="//g.alicdn.com/aes/??tracker/1.0.20/index.js,tracker-plugin-event/1.0.20/event.js"></script>
|
||||
</head>
|
||||
<body data-spm="14145464" class="light">
|
||||
<noscript>
|
||||
<div class="noscript">
|
||||
<strong>
|
||||
<a href="https://start.aliyun.com">start.aliyun.com</a> can't work! </strong
|
||||
><br/>
|
||||
This app needs JavaScript enabled.
|
||||
</div>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user