-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
57 lines (48 loc) · 3.06 KB
/
index.php
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Primary Meta Tags -->
<meta name="title" content="Advanced Credit Tracker - ElementiX, Social Edge Services">
<meta name="description" content="Advanced Credit Tracker application developed by Mayank Chawdhari, Priyanshu Jindal, and Vansh Thakur. Optimize your credit tracking experience with a modern UI designed by ElementiX, powered by Social Edge Services.">
<meta name="author" content="Mayank Chawdhari, Priyanshu Jindal, Vansh Thakur">
<meta name="keywords" content="credit tracker, finance app, ElementiX, Social Edge Services, credit management, modern UI, financial management tool, credit score, dark theme">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.yoursite.com/">
<meta property="og:title" content="Advanced Credit Tracker - ElementiX, Social Edge Services">
<meta property="og:description" content="Developed by Mayank Chawdhari, Priyanshu Jindal, and Vansh Thakur. Track your credit efficiently with an enhanced UI built by ElementiX.">
<meta property="og:image" content="https://www.yoursite.com/image.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.yoursite.com/">
<meta property="twitter:title" content="Advanced Credit Tracker - ElementiX, Social Edge Services">
<meta property="twitter:description" content="Credit tracking made simple. Developed by Mayank Chawdhari, Priyanshu Jindal, and Vansh Thakur.">
<meta property="twitter:image" content="https://www.yoursite.com/image.jpg">
<!-- External Links -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Internal CSS -->
<link rel="stylesheet" href="Assets/Styles/Resources/nav.css">
<link rel="stylesheet" href="Assets/Styles/Index/info-cards.css">
<link rel="stylesheet" href="Assets/Styles/Index/recent-tracker.css">
<link rel="stylesheet" href="Assets/Styles/Index/side-buzzer.css">
<link rel="stylesheet" href="Assets/Styles/Index/credit-tracker.css">
<link rel="stylesheet" href="Assets/Styles/Index/quick-shortcuts.css">
<link rel="stylesheet" href="Assets/Styles/Resources/footer.css">
<link rel="stylesheet" href="Assets/Styles/Resources/scroller.css">
<title>Advanced Credit Tracker | ElementiX</title>
</head>
<body>
<?php include 'Assets/Resources/nav.php'?>
<?php include 'Assets/Contents/Index/info-cards.php'?>
<?php include 'Assets/Contents/Index/recent-tracker.php'?>
<?php include 'Assets/Contents/Index/side-buzzer.php'?>
<?php include 'Assets/Contents/Index/credit-tracker.php'?>
<?php include 'Assets/Contents/Index/quick-shortcuts.php'?>
<br>
<?php include 'Assets/Resources/footer.php'?>
</body>
</html>