-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
29 lines (27 loc) · 1.21 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
<html>
<head>
<meta charset="utf-8">
<title>Geekbrains</title>
<link href='styles.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Noto+Serif|Roboto&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="particles-js"></div>
<div class="container">
<div class="panel">
<h3>Привет, GeekBrains!</h3>
<br> Привет от <a href="https://github.com/kadmil">@kadmil</a>!
<br> Привет от <a href="https://github.com/vldmalov">@vldmalov</a>!
<br> Привет от <a href="https://github.com/homaxweb">@homaxweb</a>!
<br> Привет от <a href="https://github.com/VitalikZX">@VitalikZX</a>!
<br> Привет от <a href="https://github.com/Rudnef">@Rudnef</a>!
<br>
<br> Привет от <a href="https://github.com/Igaleksus">@Igaleksus</a>!
<br>
Привет от пользователя <a href="https://github.com/phenomg">@phenomg</a>!
<br>
</div>
</div>
<script src="http://vincentgarreau.com/particles.js/particles.js"></script>
<script src="script.js"></script>
</body>