diff options
| author | demo <demo@antix1> | 2026-05-09 09:45:58 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-09 09:46:49 -0400 |
| commit | 29d93b1089c591b0d9de60f983e5528caa42b7f6 (patch) | |
| tree | 9461ab52112fa6892b97b6057f0ddffb25672897 /internal/findlinks/html/ex2.html | |
| parent | 918fff21c024d062fec9a15b03c3533c5dab4cff (diff) | |
refactor: move tests to dedicated package
Diffstat (limited to 'internal/findlinks/html/ex2.html')
| -rw-r--r-- | internal/findlinks/html/ex2.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/internal/findlinks/html/ex2.html b/internal/findlinks/html/ex2.html deleted file mode 100644 index 3d22f94..0000000 --- a/internal/findlinks/html/ex2.html +++ /dev/null @@ -1,17 +0,0 @@ -<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> |
