You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
breadability/tests/data/snippets/document_scripts.html

25 lines
684 B
HTML

<html>
<head>
<title>Min Document Title</title>
<script src="something.js"></script>
<script src="something.js" />
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
body {
}
</style>
</head>
<body>
<h1>Min Document</h1>
<a href="/about.hml">About Us</a>
<a href="http://blog.mitechie.com/test.hml">About Us</a>
<a href="http://amazon.com/test.hml">Amazon</a>
<div id="footer">
<script type="text/javascript">
// please go away for readability
</script>
</div>
</body>
</html>