15 lines
433 B
HTML
15 lines
433 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Critical rendering path</title>
|
|
<script type="text/javascript" src="http://code.jquery.com/js/jquery-2.1.4.min.js"></script>
|
|
<script type="text/javascript" src="js/jquery-1.11.3.min.js" async></script>
|
|
<link href="css/main.css" media="all" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<p>Hepp</p>
|
|
<script type="text/javascript" src="js/body.js"></script>
|
|
</body>
|
|
</html>
|