UNPKG

my-react-portfolio

Version:

A reusable and customizable React portfolio template.

22 lines (21 loc) 709 B
<!DOCTYPE html> <html lang="en"> <head> <style> @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); </style> <meta charset="utf-8" /> <link rel="icon" sizes="32x32" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="Web site created using create-react-app" /> <title>Andrew Gomez</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html>