ThePlaceHolders/static/index.html

14 lines
375 B
HTML
Raw Normal View History

2024-09-25 16:41:01 -05:00
<!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">
2024-09-25 17:36:00 -05:00
<script src="/bootstrap.bundle.min.js"/>
2024-09-25 16:41:01 -05:00
</head>
<body>
</body>
</html>