Spaces:
Running
Running
updated index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
@@ -32,7 +32,7 @@
|
|
32 |
<!-- Solution Definition & Architecture Overview -->
|
33 |
<div class="container mx-auto px-4 py-12 max-w-7xl">
|
34 |
<div class="gradient-bg text-white rounded-2xl p-8 mb-12 shadow-2xl">
|
35 |
-
<h1 class="text-4xl font-bold mb-4">
|
36 |
<h2 class="text-2xl font-semibold mb-6">AI-Powered Code Analysis Platform</h2>
|
37 |
|
38 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>AI-Powered Code Analysis Platform</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
|
|
32 |
<!-- Solution Definition & Architecture Overview -->
|
33 |
<div class="container mx-auto px-4 py-12 max-w-7xl">
|
34 |
<div class="gradient-bg text-white rounded-2xl p-8 mb-12 shadow-2xl">
|
35 |
+
<h1 class="text-4xl font-bold mb-4">CodeReviewApp Architecture</h1>
|
36 |
<h2 class="text-2xl font-semibold mb-6">AI-Powered Code Analysis Platform</h2>
|
37 |
|
38 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|