blob: 2c6ab04b76afba6cdbe22427f73ec9525f4af4c2 [file] [log] [blame]
<html>
<head>
<title>move_css_above_scripts example</title>
</head>
<body>
<script src="combine_javascript1.js" type="text/javascript"></script>
<div class="blue yellow big bold">
Hello, world!
</div>
<p>
Look at the source for this page to see the stylesheet moved.
</p>
<link rel="stylesheet" type="text/css" href="styles/all_styles.css">
</body>
</html>