File tree Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 1- <!doctype html>
1+ <!DOCTYPE html>
22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
5+ < link rel ="icon " type ="image/png " href ="/src/assets/gcp.png " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Vite + React </ title >
7+ < title > GCR </ title >
88 </ head >
99 < body >
1010 < div id ="root "> </ div >
Original file line number Diff line number Diff line change 11import { useState } from "react" ;
22import reactLogo from "./assets/react.svg" ;
3- import viteLogo from "/vite.svg" ;
3+
4+ import gar from "./assets/gar.png" ;
5+ import gcr from "./assets/gcr.png" ;
6+
47import "./App.css" ;
58
69function App ( ) {
@@ -9,23 +12,32 @@ function App() {
912 return (
1013 < >
1114 < div >
12- < a href = "https://vitejs.dev" target = "_blank" >
13- < img src = { viteLogo } className = "logo" alt = "Vite logo" />
15+ < a
16+ href = "https://cloud.google.com/artifact-registry/docs"
17+ target = "_blank"
18+ >
19+ < img src = { gar } className = "logo" alt = "GAR logo" />
1420 </ a >
1521 < a href = "https://react.dev" target = "_blank" >
1622 < img src = { reactLogo } className = "logo react" alt = "React logo" />
1723 </ a >
24+ < a href = "https://cloud.google.com/run?hl=en" target = "_blank" >
25+ < img src = { gcr } className = "logo react" alt = "GCR logo" />
26+ </ a >
1827 </ div >
1928 < h1 > GCP Deployment</ h1 >
2029 < div className = "card" >
2130 < button onClick = { ( ) => setCount ( ( count ) => count + 1 ) } >
2231 count is { count }
2332 </ button >
24- < p >
25- Edit < code > src/App.jsx</ code > and save to test HMR
26- </ p >
2733 </ div >
28- < p className = "read-the-docs" > Made to learn the GCP concepts by Ahmed Anwer.</ p >
34+ < p className = "read-the-docs" > Made in order to learn the GCP concepts</ p >
35+ < p className = "read-the-docs" >
36+ Created by{ " " }
37+ < a href = "https://github.com/m-ahmed-anwer" target = "_blank" >
38+ Ahmed Anwer
39+ </ a >
40+ </ p >
2941 </ >
3042 ) ;
3143}
You can’t perform that action at this time.
0 commit comments