Adding BootStrap Styles for Buttons
This commit is contained in:
parent
b927a86410
commit
2bf23abeb1
@ -1 +1,14 @@
|
||||
<CENTER><form action="https://grwh.work:3031/input" method="get"> <label for="data">Input Text:</label> <input type="text" id="data" name="data"><br><br> <input type="submit" value="Submit"> </form>
|
||||
<html>
|
||||
<head>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<CENTER>
|
||||
<form action="https://grwh.work:3031/input" method="get"> <label for="data">Input Text:</label> <input type="text" id="data" name="data"><br><br> <input type="button" class="btn btn-primary" type="submit" value="Submit"> </form>
|
||||
</CENTER>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user