New Model Implementation

This commit is contained in:
ehpersonal38
2023-01-14 15:22:39 -05:00
parent e2062362b8
commit 84763bf5b7
13 changed files with 177 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ body::-webkit-scrollbar {
display:none
}
</style>
<link rel="stylesheet" href="style.css?v=8.05.22">
<link rel="stylesheet" href="style.css?v=1.14.23">
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
<body>
<div class="banner">
+4
View File
@@ -811,4 +811,8 @@ pre#timer.bash {
line-height:5px;
padding:3px;
background-color:#9fe29b
}
#ddnewline::before {
content: none;
}
+1 -1
View File
@@ -21,7 +21,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
<link rel="stylesheet" href="style.css?v=8.05.22">
<link rel="stylesheet" href="style.css?v=1.14.23">
<style>
body::-webkit-scrollbar {
display:none