-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtutorials.html
More file actions
19 lines (18 loc) · 804 Bytes
/
tutorials.html
File metadata and controls
19 lines (18 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Max Value Depend on Min</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="col-md-12">
<h1>How to test 'https' in XAMPP for localhost ? I will guide you</h1>
<p>Date: 09 Jan 2018 - 12:40am</p>
<p><a href="https://gist.github.com/nguyenanhtu/33aa7ffb6c36fdc110ea8624eeb51e69">https://gist.github.com/nguyenanhtu/33aa7ffb6c36fdc110ea8624eeb51e69</a></p>
</div>
</div>
</body>
</html>