im inputhelper fehlte was und jetzt ist es wieder da
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
@@ -6,17 +6,20 @@
|
||||
<title>Eingabe | Life of German</title>
|
||||
|
||||
<link rel="stylesheet" href="package://assets/css/inputhelper/style.css" />
|
||||
<link rel="stylesheet" href="../../font/font-awesome/css/fontawesome.min.css">
|
||||
<link rel="stylesheet" href="../../font/font-awesome/css/regular.min.css">
|
||||
<link rel="stylesheet" href="../../font/roboto-mono/include_500.css">
|
||||
<link rel="stylesheet" href="package://assets/font/font-awesome/css/fontawesome.min.css">
|
||||
<link rel="stylesheet" href="package://assets/font/font-awesome/css/regular.min.css">
|
||||
<link rel="stylesheet" href="package://assets/font/roboto-mono/include_500.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<main>
|
||||
<div class="input-main">
|
||||
<h1></h1>
|
||||
<h1 id="heading">{{ Überschrift }}</h1>
|
||||
|
||||
<p id="description"></p>
|
||||
</div>
|
||||
|
||||
<div id="content" class="form" role="form">
|
||||
<input type="text" name="input" id="input-value" autofocus>
|
||||
</div>
|
||||
@@ -45,7 +48,6 @@
|
||||
$('.input-main h1').text(title);
|
||||
}
|
||||
</script>
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
|
||||
<script src="package://assets/js/inputhelper/application.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user