Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Git Doc</title>
<link rel='stylesheet' href='index.css'>
</head>
<body>
<h1>Git Documentation</h1>
<button onclick='makeAlert()'>Alert</button>
Expand All @@ -9,6 +13,21 @@ <h1>Git Documentation</h1>
<h3>This is the modified file</h3>
<h3>Now I learnt how to push code on github</h3>
<h3>This is another push</h3>
<div class='popup_container'>
<div class="popup_child">
<div class="header">
<h2 class="modal_heading">Search Servers</h2>
<button class='close_btn'>X</button>
</div>
<form>
<textarea class="form-control" name="servers_arr"placeholder="Enter each server in new line" id="floatingTextarea2" required></textarea>
</form>
</div>
</div>
<form>
<input type="text" name="name" placeholder='Enter name'>
<button>Submit</button>
</form>
<script src='./index.js'></script>
</body>
</html>