letzte aenderung blatt 4
This commit is contained in:
parent
b7aadda74c
commit
325e5d8891
@ -7,18 +7,34 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
||||||
<div class="jumbotron">
|
<!DOCTYPE html>
|
||||||
<h1>Bootstrap Tutorials</h1>
|
<html>
|
||||||
<p>
|
<head>
|
||||||
Bootstrap is a free, open-source and is the most popular HTML, CSS,
|
<meta charset="utf-8">
|
||||||
and JavaScript framework developed by twitter for creating
|
<title>Navbar Example</title>
|
||||||
responsive web applications.
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
|
||||||
</p>
|
</head>
|
||||||
<p>
|
<body>
|
||||||
<a class="btn btn-lg btn-primary" href="http://www.google.com">
|
|
||||||
Frag Amad
|
<h4>.navbar .navbar-expand-sm</h4>
|
||||||
</a>
|
|
||||||
</p>
|
<!-- A horizontal navbar that becomes vertical on small screens -->
|
||||||
</div>
|
<nav class="navbar navbar-expand-sm bg-dark">
|
||||||
|
<!-- Links -->
|
||||||
|
<ul class="navbar-nav">
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="http://th-nuernberg.de">efi-homepage</a>
|
||||||
|
</li>
|
||||||
|
<li class="nav-item">
|
||||||
|
<a class="nav-link" href="http://google.de">Google</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
<h1> Index der Polls-Applikation</h1>
|
<h1> Index der Polls-Applikation</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user