1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 ">
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6- < title > All-in-One Tools</ title >
7- < link rel ="stylesheet " href ="css/style.css ">
3+ < head >
4+ < meta charset ="UTF-8 " / >
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
6+ < title > All-in-One Tools</ title >
7+ < link rel ="stylesheet " href ="css/style.css " / >
88
9- <!-- Sentry SDK with Tracing + Replay -->
10- < script
11- src ="https://browser.sentry-cdn.com/7.120.1/bundle.tracing.replay.min.js "
12- integrity ="sha384-KMYlb5C6iZLkOH4rXm0wVnCUTrUKvfxJtR3F+HlhRj3k0DL3mXjFq99iTnVVFVkT "
13- crossorigin ="anonymous "
14- > </ script >
15- < script src ="js/sentry.js "> </ script >
16- </ head >
17- < body >
18- < header >
19- < h1 > All-in-One Tools</ h1 >
20- < p > A collection of useful tools, all in one place.</ p >
21- </ header >
9+ <!-- Sentry SDK with Tracing + Replay -->
10+ < script
11+ src ="https://browser.sentry-cdn.com/7.120.1/bundle.tracing.replay.min.js "
12+ integrity ="sha384-KMYlb5C6iZLkOH4rXm0wVnCUTrUKvfxJtR3F+HlhRj3k0DL3mXjFq99iTnVVFVkT "
13+ crossorigin ="anonymous "
14+ > </ script >
15+ < script src ="js/sentry.js "> </ script >
16+ </ head >
17+ < body >
18+ < header >
19+ < h1 > All-in-One Tools</ h1 >
20+ < p > A collection of useful tools, all in one place.</ p >
21+ </ header >
2222
23- < main class ="tool-grid ">
24- < div class ="tool-card ">
25- < h2 > Unit Converter</ h2 >
26- < p > Convert between common units (length, weight, temperature).</ p >
27- < a href ="tools/converter.html " class ="btn "> Open</ a >
28- </ div >
29- < div class ="tool-card ">
30- < h2 > Calculator</ h2 >
31- < p > Perform quick calculations.</ p >
32- < a href ="tools/calculator.html " class ="btn "> Open</ a >
33- </ div >
34- < div class ="tool-card ">
35- < h2 > Password Generator</ h2 >
36- < p > Create strong and secure passwords.</ p >
37- < a href ="tools/password.html " class ="btn "> Open</ a >
38- </ div >
39- < div class ="tool-card ">
40- < h2 > QR Code Generator</ h2 >
41- < p > Turn text or links into QR codes.</ p >
42- < a href ="tools/qr.html " class ="btn "> Open</ a >
43- </ div >
44- </ main >
23+ < main class ="tool-grid ">
24+ < div class ="tool-card ">
25+ < h2 > Unit Converter</ h2 >
26+ < p > Convert between common units (length, weight, temperature).</ p >
27+ < a href ="tools/converter.html " class ="btn "> Open</ a >
28+ </ div >
29+ < div class ="tool-card ">
30+ < h2 > Calculator</ h2 >
31+ < p > Perform quick calculations.</ p >
32+ < a href ="tools/calculator.html " class ="btn "> Open</ a >
33+ </ div >
34+ < div class ="tool-card ">
35+ < h2 > Password Generator</ h2 >
36+ < p > Create strong and secure passwords.</ p >
37+ < a href ="tools/password.html " class ="btn "> Open</ a >
38+ </ div >
39+ < div class ="tool-card ">
40+ < h2 > QR Code Generator</ h2 >
41+ < p > Turn text or links into QR codes.</ p >
42+ < a href ="tools/qr.html " class ="btn "> Open</ a >
43+ </ div >
44+ </ main >
4545
46- < footer >
47- < p > Made with ❤️ by LCS</ p >
48- </ footer >
49- </ body >
50- </ html >
46+ < footer >
47+ < p > Made with ❤️ by LCS</ p >
48+ </ footer >
49+ </ body >
50+ </ html >
0 commit comments