You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
958 B
27 lines
958 B
5 years ago
|
<!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">
|
||
|
<link rel="stylesheet" href="/resources/css/contact.css">
|
||
|
<link rel="stylesheet" href="/resources/cssall.css">
|
||
|
<link rel="stylesheet" href="/resources/css/navbar.css">
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||
|
<title>Contact</title>
|
||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<label class="appearance" title="Change the appearance of the webpage">
|
||
|
<input type="checkbox">
|
||
|
<span class="appearanceSlider"></span>
|
||
|
</label>
|
||
|
|
||
|
<script src="/resources/js/navbar.json.js"></script>
|
||
|
<script src="/resources/js/insertNavbar.js"></script>
|
||
|
<script src="/resources/javall.js" charset="utf-8"></script>
|
||
|
|
||
|
</body>
|
||
|
</html>
|