blob: 3d22f946160a1e58ec945ebc773ae3a2368a1e93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|