diff options
| author | demo <demo@antix1> | 2026-05-08 10:37:02 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-08 10:37:02 -0400 |
| commit | 6ae1c16ec74dfef44dad2b49fc19bef4ee945ec4 (patch) | |
| tree | 2021dbddecc67941dca4da5e643175fd3c689355 /html/ex2.html | |
| parent | 8a3554d4f32d631bd1c7cc6254ab11b14b541c67 (diff) | |
feat: implement localclient logic
I've also added the local html files I'll be working with.
Diffstat (limited to 'html/ex2.html')
| -rw-r--r-- | html/ex2.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/html/ex2.html b/html/ex2.html new file mode 100644 index 0000000..3d22f94 --- /dev/null +++ b/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> |
