-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (31 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
_____ _ _____ _ _____ _ _
| __|___ ___ ___| |_ | __|___ _| | | __|___|_|___ ___ _| |___
| __| _| . | | _| | __| | . | | __| _| | -_| | . |_ -|
|__| |_| |___|_|_|_| |_____|_|_|___| |__| |_| |_|___|_|_|___|___|
-->
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Front-End Friends Club</title>
<meta name="description" content="*Start Jingle* Living life & writing code. Fixing bugs & having fun. Front-End Friends Club' who we are. *End Jingle*" />
<link rel="stylesheet" href="styles/dist/fefc.css" />
</head>
<body>
<h1>Front-End Friends Club</h1>
<p>Living life & writing code. Fixing bugs & having fun. Front-End Friends Club' who we are.</p>
<a href="https://github.com/frontendfriends/"><abbr title="Front-End Friends Club">{FEFC}</abbr></a>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55767450-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>