/**
- Copyright 2010-2018 Alibaba Group.
*
- Licensed under the Aliyun Open Source License Version 1.0 (the “License”);
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
* - https://code.aliyun.com/aliyun/aliyun-c2c-web-sdk/blob/master/LICENSE
* - Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an “AS IS” BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
*/
‘use strict’;
/**
*
- Copyright (c) 2011-present Alibaba Cloud All rights reserved.
- MIT License
*/
!function(e,t){if(“object”==typeof exports&&”object”==typeof module)module.exports=t();else if(“function”==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)(“object”==typeof exports?exports:e)[r]=n[r]}}(this,function(){return n={app:e,version:”0.8.9”},e.addEventListener(“load”,function(){setTimeout(function(){var e=document.getElementById(“aliyun_oss_uploader”);e&&e.parentNode.removeChild(e)},1e4),e.aliyun_cdn_c2c_oss_uploader&&e.removeEventListener(“load”,e.aliyun_cdn_c2c_oss_uploader)},!1),n});
均为相关版权信息,请勿直接抄袭使用,如需使用,请遵循相关法律法规。
<!DOCTYPE html>
<html>
<head>
<title>阿里云控制台</title>
</head>
<body>
<h1>欢迎访问阿里云控制台</h1>
<p>请登录后查看您的账号信息和管理您的云资源。</p>
<form action="/login" method="post">
<label for="username">用户名:</label>
<input type="text" id="username" name="username" required><br><br>
<label for="password">密码:</label>
<input type="password" id="password" name="password" required><br><br>
<button type="submit">登录</button>
</form>
</body>
</html>
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 20px;
}
form {
width: 50%;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
display: block;
margin-bottom: 5px;
}
input {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
button {
padding: 10px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}
// Placeholder for future client-side scripting if needed
发布者:luotuoemo,转转请注明出处:https://www.jintuiyun.com/155954.html