-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
28 lines (25 loc) · 1.03 KB
/
about.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
<html><head><title>about plum_</title>
<link rel="shortcut icon"
href="/media/plum32x32v2.ico" />
<style type="text/css">
@font-face { font-family:Square2; src:local(SF Square Head), url(/media/square2.ttf) format(TrueType);
src: url("media/square2.ttf");
font-weight:normal;
font-style:normal;
font-variant:normal;
}
@font-face { font-family:Square; src:local(Square721 BT), url(/media/square.ttf) format(TrueType);
src: url("media/square.ttf");
font-weight:normal;
font-style:normal;
font-variant:normal;
}
</style>
</head>
<body>
<p style="font-family:Square; font-size:12pt"><br><b>what is plum?</b><br>
<b>plum</b> is a small project by some computer science freshmen of the university FAU Erlangen of 2013.<br>
being a student project, plum is supposed to give you the possibility of telling other students at which structure you're currently at.<br>
you soon™ will be able to publish your current seat in a lecture. -nakami<br><br>
developers of plum: nakami, ra1n</p>
</body></html>