15 lines
227 B
HTML
15 lines
227 B
HTML
<!DOCTYPE html>
|
|
|
|
<!-- target: hello.txt -->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Simple link</title>
|
|
</head>
|
|
<body>
|
|
<a href="
|
|
/data/hello.txt">Follow me!</a>
|
|
</body>
|
|
</html>
|