Add link_span.html

This commit is contained in:
Kevin Velghe 2016-03-31 09:36:13 +02:00
parent 0fe0f84546
commit ef6ffd6a3a

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>A link to use hints on</title>
</head>
<body>
<a href="/data/hello.txt" target="_blank"><span style="font-size: large">Follow me!</span></a>
</body>
</html>