22 lines
679 B
HTML
22 lines
679 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<title>Your page title</title>
|
||
|
|
||
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css"> <!--[if lte IE 8]>
|
||
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-old-ie-min.css">
|
||
|
<![endif]-->
|
||
|
<!--[if gt IE 8]><!-->
|
||
|
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css">
|
||
|
<!--<![endif]--></head>
|
||
|
|
||
|
<body>
|
||
|
<!--
|
||
|
Your HTML goes here. Visit purecss.io/layouts/ for some sample HTML code.
|
||
|
-->
|
||
|
</body>
|
||
|
</html>
|