-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (52 loc) · 2.41 KB
/
index.html
File metadata and controls
64 lines (52 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{% load static %}
{% static "images" as baseUrl %}
<!doctype html>
<html class="no-js" lang="zxx">
<style>
.companies{
border:0;
height:32px;
border:2px solid #161616;
margin: 100px 100px 100px 100px;
width:800px;
box-sizing: border-box;
-webkit-appearance: none;
}
</style>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Agreement Module</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="manifest" href="site.webmanifest"> -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="{%static 'css/bootstrap.min.css' %}">
<link rel="stylesheet" href="{%static 'css/owl.carousel.min.css' %}">
<link rel="stylesheet" href="{%static 'css/magnific-popup.css' %}">
<link rel="stylesheet" href="{%static 'css/font-awesome.min.css' %}">
<link rel="stylesheet" href="{%static 'css/themify-icons.css' %}">
<link rel="stylesheet" href="{%static 'css/nice-select.css' %}">
<link rel="stylesheet" href="{%static 'css/flaticon.css'%}">
<link rel="stylesheet" href="{%static 'css/gijgo.css' %}">
<link rel="stylesheet" href="{%static 'css/animate.css' %}">
<link rel="stylesheet" href="{%static 'css/slick.css' %}">
<link rel="stylesheet" href="{%static 'css/slicknav.css' %}">
<link rel="stylesheet" href="{%static 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css' %}">
<link rel="stylesheet" href="{%static 'css/style.css' %}">
<!-- <link rel="stylesheet" href="css/responsive.css"> -->
</head>
<body bgcolor= "red">
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- header-start -->
<h1>Welcome</h1><hr>
<a href = "accc/user_registration" class = "boxed-btn4">Register</a>
<a href = "accc/loginPage" class="boxed-btn4">Login</a><br>
<a href="accc/approver" class = "boxed-btn4">Approver</a>
<!-- header-end -->
</body>
</html>