-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
26 lines (23 loc) · 897 Bytes
/
test.html
File metadata and controls
26 lines (23 loc) · 897 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>style • bumpux</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- styles -->
<link href="styles/bumpux.css" rel="stylesheet">
</head>
<body>
<p>lorem asdf adsfladsf asdf a dfad sfa dsf adsf asdfasdf</p>
<p>lorem asdf adsfladsf asdf a dfad sfa dsf adsf asdfasdf</p>
<p>lorem asdf adsfladsf asdf a dfad sfa dsf adsf asdfasdf</p>
<p>lorem asdf adsfladsf asdf a dfad sfa dsf adsf asdfasdf</p>
<p>lorem asdf adsfladsf asdf a dfad sfa dsf adsf asdfasdf</p>
</body>
</html>