-
Notifications
You must be signed in to change notification settings - Fork 0
/
test2.html
executable file
·35 lines (25 loc) · 914 Bytes
/
test2.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Bootply snippet - Bootstent 1</title>
<style>
.bkgclr {
background-color: white !important;
}
</style>
</head>
<!-- HTML code from Bootply.com editor -->
<body class="bkgclr" >
<h2>One</h2>
Here is some <strong>HTML</strong> content from another url. Nullam sapien massa, ullamcorper in tortor.
Aliquam mauris arcu, tristique a lobortis vitae, condimentum feugiat justo.
<br><br>
<a href="http://www.bootply.com/62805">Link 62805</a>
<br>
<a href="http://www.bootply.com/62805" target="ext">http://bootply.com/62805</a>
<br>
<a href="http://www.bootply.com/62742" target="ext"><strong>AJAX Content Demo</strong></a>
</body>
</html>