chokiproai commited on
Commit
7f4c230
·
verified ·
1 Parent(s): 8ba08fb

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -1,12 +1,12 @@
1
  <!DOCTYPE html>
2
- <html lang="en">
3
 
4
  <head>
5
  <meta charset="utf-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
  <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
8
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
9
- <title>Welcome to My Website</title>
10
  <style>
11
  body {
12
  font-family: 'Roboto', sans-serif;
@@ -55,7 +55,7 @@
55
 
56
  <body>
57
  <header class="header">
58
- <h1>Welcome to My Website (I'm so busy now! Wait for me, this will be the page containing all the projects!)</h1>
59
  <p>This is an introductory website, aimed at helping more people use AI. If there is any website that is not working, please <a href="https://huggingface.co/spaces/ngoctuanai/project/discussions" target="_blank">contact me</a>.</p>
60
  </header>
61
 
 
1
  <!DOCTYPE html>
2
+ <html>
3
 
4
  <head>
5
  <meta charset="utf-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
  <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
8
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
9
+ <title>Welcome to My AI Projects</title>
10
  <style>
11
  body {
12
  font-family: 'Roboto', sans-serif;
 
55
 
56
  <body>
57
  <header class="header">
58
+ <h1 class="title">Welcome to My AI Projects <span class="subtitle">(Stay tuned for exciting updates!)</span></h1>
59
  <p>This is an introductory website, aimed at helping more people use AI. If there is any website that is not working, please <a href="https://huggingface.co/spaces/ngoctuanai/project/discussions" target="_blank">contact me</a>.</p>
60
  </header>
61