- Refactoring (minor): Consistent HTML indenting/no-namespacing and title/icon use - Testing: Add browser bug test with reference to issue
19 lines
435 B
HTML
19 lines
435 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>-</title>
|
|
<link rel="icon" type="image/png" href="../../images/logo.png"/>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Select an image:</h1>
|
|
<a href="smiley.svg">smiley.svg</a>
|
|
<br>
|
|
<a href="../../images/logo.png">logo.png</a>
|
|
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|