cloud-native-app-initializer/initializer-page/static/bootstrap.html

253 lines
6.1 KiB
HTML
Raw Normal View History

2022-12-03 00:54:53 +08:00
<!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>
2023-03-20 10:04:51 +08:00
2022-12-03 00:54:53 +08:00
</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>