-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 858 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<title>App Golang</title>
</head>
<body>
<nav class="blue"></nav>
<div class="app" align="center">
<img src="https://www.devteam.space/blog/wp-content/uploads/2017/03/gopher_head-min.png" alt="logo" style="margin-top: 100px">
<h1>Golang App</h1><h4>By @YerlinMatu <i class="em em-male-technologist"></i></h4>
<h5><a href="https://twitter.com/Yerlinmatu" target="blank">Twitter</a> -<a href="https://github.com/YerlinMatu" target="blank">Github</a> -<a href="https://www.linkedin.com/in/yerlinson-maturana-1b927813b/" target="blank">Linkedin</a></h5>
</div>
</body>
</html>