You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.5 KiB
47 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>VoiceBot-Prototyp</title>
|
|
|
|
<link rel="stylesheet" href="static/css/chat.css">
|
|
<link rel="stylesheet" href="static/css/home.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Sans+Pro:wght@600&display=swap"
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!--Logo DA-->
|
|
<div class="header">
|
|
<div class="logo">
|
|
<a href="https://www.digitalakademie-bw.de"><img
|
|
src="https://www.digitalakademie-bw.de/wp-content/uploads/2018/04/digitalakademie_logo-1.png"
|
|
alt="Digitalakademie@bw"></a>
|
|
<!--Menu-->
|
|
<div class="inner_header">
|
|
<div class="logo_container">
|
|
|
|
<h1>Prototyp<span>VoiceBot</span></h1>
|
|
</div>
|
|
<!--Navigation-->
|
|
<ul class="navigation">
|
|
<a href="index.html">
|
|
<li>Home</li>
|
|
</a>
|
|
<a href="Über.html">
|
|
<li>Über</li>
|
|
</a>
|
|
<a href="Kontakt.html">
|
|
<li>Kontakt</li>
|
|
</a>
|
|
<a href="https://www.digitalakademie-bw.de/" target="_blank">
|
|
<li>DA@bw</li>
|
|
</a>
|
|
|
|
</ul>
|
|
</div>
|
|
<!--End Menu-->
|