Commit
This commit is contained in:
23
ReallifeGamemode.Client/assets/html/SimpleTextBox.html
Normal file
23
ReallifeGamemode.Client/assets/html/SimpleTextBox.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="package://assets/css/login/style.css" />
|
||||
<link rel="stylesheet" href="package://assets/css/jquery-ui.min.css" />
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form-ticket">
|
||||
<div class="form">
|
||||
<h1 color="white">
|
||||
Worin besteht dein Anliegen?<span class="req"></span>
|
||||
</h1>
|
||||
<input type="text" id="textboxContent" class="input-username" required autocomplete="off" />
|
||||
|
||||
<button type="submit" class="button button-block">Abschicken</button>
|
||||
|
||||
</div> <!-- /form -->
|
||||
|
||||
</form>
|
||||
<script type="text/javascript" src="package://assets/js/jquery-3.3.1.min.js"></script>
|
||||
<script type="text/javascript" src="package://assets/js/jquery-ui.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user