summaryrefslogtreecommitdiff
path: root/internal/findlinks/html/ex2.html
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-08 12:32:26 -0400
committerdemo <demo@antix1>2026-05-08 12:32:26 -0400
commit918fff21c024d062fec9a15b03c3533c5dab4cff (patch)
tree0c61ab3aff135eba7da8ca42b75dbff838ea403e /internal/findlinks/html/ex2.html
parent1e5825c17624208d0d3ec7af1bd9a5b0b12da013 (diff)
test: start writing basic tests
I've also moved the html to the findlinks package directory for now.
Diffstat (limited to 'internal/findlinks/html/ex2.html')
-rw-r--r--internal/findlinks/html/ex2.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/internal/findlinks/html/ex2.html b/internal/findlinks/html/ex2.html
new file mode 100644
index 0000000..3d22f94
--- /dev/null
+++ b/internal/findlinks/html/ex2.html
@@ -0,0 +1,17 @@
+<html>
+<head>
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+</head>
+<body>
+ <h1>Social stuffs</h1>
+ <div>
+ <a href="https://www.twitter.com/joncalhoun">
+ Check me out on twitter
+ <i class="fa fa-twitter" aria-hidden="true"></i>
+ </a>
+ <a href="https://github.com/gophercises">
+ Gophercises is on <strong>Github</strong>!
+ </a>
+ </div>
+</body>
+</html>