-
-
Notifications
You must be signed in to change notification settings - Fork 199
Create android.yml #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Create android.yml #215
Conversation
Android yml |
About QPython
Built with Sphinx using a theme provid by QPython. © QPython (2012-2025) 2025/2/25文(2012-2025)This XML file does not appear to have any style information associated with it. The document tree is shown below. |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Secure Form Example</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f0f2f5;
padding: 20px;
}
.form-container {
background: #fff;
padding: 30px;
border-radius: 10px;
width: 300px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input[type="text"], input[type="password"], input[type="date"], input[type="file"], input[type="search"] {
width: 100%;
padding: 8px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
input[type="submit"] {
background: #007bff;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #0056b3;
}
</style>
</head>
<body>
<div class="form-container">
<h2>Secure Login Form</h2>
<form action="#" method="POST"> |
<title>Secure Form Example</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f0f2f5;
padding: 20px;
}
.form-container {
background: #fff;
padding: 30px;
border-radius: 10px;
width: 300px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
input[type="text"], input[type="password"], input[type="date"], input[type="file"], input[type="search"] {
width: 100%;
padding: 8px;
margin: 8px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
input[type="submit"] {
background: #007bff;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #0056b3;
}
</style>
Secure Login Form`` |
No description provided.