Set up go project

This commit is contained in:
Logan 2024-09-25 16:41:01 -05:00
parent 22dc81b448
commit 00e97897db
6 changed files with 52 additions and 0 deletions

7
static/bootstrap.bundle.min.js vendored Normal file

File diff suppressed because one or more lines are too long

6
static/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

13
static/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>UTSA Placeholders</title>
<link rel="stylesheet" href="/bootstrap.min.css">
<script src="/bootstrap.bundle.min.js">
</head>
<body>
</body>
</html>

13
static/login.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>UTSA Placeholders</title>
<link rel="stylesheet" href="/bootstrap.min.css">
<script src="/bootstrap.bundle.min.js">
</head>
<body>
</body>
</html>

13
static/register.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>UTSA Placeholders</title>
<link rel="stylesheet" href="/bootstrap.min.css">
<script src="/bootstrap.bundle.min.js">
</head>
<body>
</body>
</html>

0
static/style.css Normal file
View file