-
Notifications
You must be signed in to change notification settings - Fork 0
/
project3.html
34 lines (34 loc) · 1.46 KB
/
project3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dbugger</title>
<link rel="stylesheet" type="text/css" media="screen" href="./styles/main.css">
</head>
<body>
<div id="container--main">
<a href="./index.html">← Go Back</a>
<br><br>
<h1>Dbugger</h1>
<a href="https://dbugger.co.in/" target="_blank">https://dbugger.co.in</a>
<br><br>
<ul>
<li><a href="https://github.com/Kraniket901/DBUGGER/" target="_blank">Source Code</a></li>
<!-- <li><a href="#" target="_blank">Live Demo</a></li> -->
</ul>
<p> <i>Each new user of a new system uncovers a new class of bugs.🪲</i> -BRIAN W. KERNIGHAN <br><br>
<b>No more buzzing around finding quality contents.</b> <br><br>
DBUGGER, the one and only coding bootcamp in our college is launched to help you forge your path to become skillful coders and problem solvers. <br><br>
This course will help you crack internships and placements.
</p>
<div class="p1">
<ul>
<li><a href="./assets/images/dbugger.jpeg" target="_blank">More Info</a></li>
<!-- <li><a href="./assets/Aniket Sahyog hackathon.pdf" target="_blank">Certificate</a></li> -->
</ul>
</div>
</div>
</body>
</html>