blob: e5b0d0d3161cc0eb9160ab677d909f33c6a3c4d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, height=device-height" />
<title>Context Menu Test Link</title>
</head>
<style>
#hello {
font-size: 20vw;
}
</style>
<body>
<a href="hello.html" title="Hello Link Title" id="hello">Hello World</a>
</body>
</html>
|