latest copy

This commit is contained in:
color.diff=auto
2021-03-22 02:59:48 -06:00
parent b3ae4e008d
commit cfc857bf80
100 changed files with 22780 additions and 56 deletions

View File

@@ -28,7 +28,7 @@ along with D2UM. If not, see <http://www.gnu.org/licenses/>.
<link rel="stylesheet" href="https://bootswatch.com/4/materia/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="res/style.css">
<link rel="stylesheet" href="/res/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<style>
@@ -40,7 +40,7 @@ along with D2UM. If not, see <http://www.gnu.org/licenses/>.
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
<script src="res/app.js"></script>
<script src="/res/app.js"></script>
</script>
<title>Unique Maker</title>