-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoicemessenger.html
More file actions
57 lines (50 loc) · 2.68 KB
/
voicemessenger.html
File metadata and controls
57 lines (50 loc) · 2.68 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="de">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Voicemessenger</title>
<link rel="icon" href="Zirkon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="Stylesheets/styles.css">
<link rel="stylesheet" href="Stylesheets/footer.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-light navbar-full" style="background-color: white">
<div class="nav navbar-nav">
<a class="navbar-brand" href="http://ZirkonGraphics.de"><img width="30" height="30" src="Zirkon.svg"></a>
<!--<a class="navbar-brand" href="http://ZirkonGraphics.de">ZirkonGraphics</a>-->
<a class="nav-item nav-link" href="http://ZirkonGraphics.de">Home<span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="voicemessenger">Voicemessenger</a>
<a class="nav-item nav-link" href="mitglieder">Mitglieder</a>
<a class="nav-item nav-link" href="kontakt">Kontakt</a>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Discord</h1>
<iframe src="https://discordapp.com/widget?id=193397546628939787&theme=dark" width="100%" height="700" allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="col-md-6">
<h1>Teamspeak</h1>
<a href="ts3server://ts.zirkongraphics.de"><button type="button" class="btn btn-secondary btn-lg btn-block">Teamspeak beitreten</button></a>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid" style="background-color:white;margin-top:20px">
<p style="color:black;text-align:center">© ZirkonGraphics 2016</p>
</div>
</footer>
<!-- jQuery first, then Bootstrap JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script>
</body>
</html>