forked from progmsk/progmsk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 996 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Московский клуб программистов</title>
<style>
* { font-family: Consolas, "Courier New", monospace; font-size: 16pt; }
</style>
</head>
<body>
// Московский клуб программистов<br />
<br />
Meetup Meet() {<br />
return new <a href="http://www.meetup.com/progmsk/">Meetup</a> {<br />
Where = "<a href="http://www.chpoint.ru/">Антикафе CheckPoint</a>, <a href="https://yandex.ru/maps/-/CZc6UTOC">ул. Мясницкая, д. 17, стр. 2</a>",<br />
When = "Обычно каждые две недели по четвергам с 19:00 до 22:00",<br />
};<br />
}<br />
<br />
Chat Hobnob() {<br />
return new <a href="https://gitter.im/progmsk/main">Chat</a>("Уютный чатик");<br />
}
</body>
</html>