Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 14 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Basic Programs</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>

<div style="background-color: aquamarine; height: 100%; width: 100%;">
<h1 align="center">Basic Programs</h1>
<h2 align="center">Basic programs in C and Python</h2>

</div>

</body>
</html>
<head>
<title>Basic Programs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/src/css/index.css">
<script src="./src/js/index.js"></script>
</head>
<body>
<div>
<h1 align="center">Basic Programs</h1>
<h2 align="center">Basic programs in C and Python</h2>
</div>
</body>
</html>
Binary file removed src/1.jpg
Binary file not shown.
Empty file added src/css/index.css
Empty file.
File renamed without changes
Empty file added src/js/index.js
Empty file.