Skip to content

Commit

Permalink
Update welcome_message.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MahlukEdanKurangGairah authored Jul 23, 2024
1 parent e0d4e06 commit 1ce7cc2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions app/Views/welcome_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<form action="http://172.20.10.5:8123?" id="form_query" method="post">
<input type="hidden" name="user" value="default">
<div class="row">
<div class="col-12"><textarea name="query" id="" cols="30" rows="10"></textarea></div>
<div class="col-12"><button class="btn btn-primary">Submit</button></div>
</div>
</form>
<div id="hasil"></div>
<div id="hasil">SENGAJA KOSONG</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.form.min.js"></script>
Expand All @@ -41,4 +34,4 @@
})
</script>
</body>
</html>
</html>

0 comments on commit 1ce7cc2

Please sign in to comment.