Refactor and reformat

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
This commit is contained in:
Santiago Lo Coco 2022-12-14 08:35:02 -03:00
parent d32bf80516
commit 9d8b0ac5a0
2 changed files with 18 additions and 13 deletions

1
.gitignore vendored
View File

@ -65,3 +65,4 @@ ses.tf
backup/
backup.tf
.vscode
.idea

View File

@ -1,19 +1,20 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<html>
<html lang="en">
<head>
<title>BSMSapp</title>
<div align="center">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</head>
<body bgcolor="#FFFFFF" text="Black">
<div align="center">
<div class="d-flex flex-column justify-content-center w-100 h-100">
<br><br>
<body bgcolor="#FFFFFF" text="Black">
<header>
<h1><span id="replace">BSMSapp</span></h1>
</header>
@ -55,8 +56,10 @@
<button class="style" onclick="get_table()" style="display:none" id="tableBtn">Get table</button>
<br><br>
<table id="table" align="center" border="1px"></table>
</body>
</div>
</div>
</body>
</html>
@ -351,7 +354,8 @@
.form-style input[type="url"]:focus,
.form-style input[type="password"]:focus,
.form-style textarea:focus,
.form-style select:focus {}
.form-style select:focus {
}
.form-style li > span {
background: #F3F3F3;