Refactor and reformat
Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
This commit is contained in:
parent
d32bf80516
commit
9d8b0ac5a0
|
@ -65,3 +65,4 @@ ses.tf
|
|||
backup/
|
||||
backup.tf
|
||||
.vscode
|
||||
.idea
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue