-
Notifications
You must be signed in to change notification settings - Fork 4
/
tc.html
23 lines (23 loc) · 1.21 KB
/
tc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>HealthSystem | Terms & Conditions</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link rel="canonical" href="https://getbootstrap.com/docs/4.5/examples/carousel/">
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.js"></script>
</head>
<body>
<form id="form1">
<div id="timetable"><br/>
<div style="text-align:center;"><h3>Terms & Conditions</h3></div><br />
<div class="container themed-container">
RiskAssess reserves all the rights to ©riskassess proprietary Software to Generate Risk Assessments.
Any infringement on the proprietary Software will be deemed as breaking the law under the "RIGHT TO INTELLECTUAL PROPERTY" Act.
</div>
</div>
</form>
</body>
</html>