remove extra html templates
This commit is contained in:
parent
d6d2ad166d
commit
55dfafe7ed
3 changed files with 0 additions and 61 deletions
|
|
@ -1,28 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Juan Wu software developer about me page"
|
||||
/>
|
||||
<meta name="author" content="Juan Wu" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="software developer, fullstack developer, projects"
|
||||
/>
|
||||
<link rel="stylesheet" href="/static/styles.css" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
|
||||
<title>Juan Wu | About Me</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>About me not implemented</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<div class="w-full h-full">
|
||||
<div class="bg-gradient-to-r from-purple-500 to-pink-500">
|
||||
<h1 class="text-8xl text-white uppercase font-bold p-8">PROJECTS!</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Juan Wu software developer projects"
|
||||
/>
|
||||
<meta name="author" content="Juan Wu" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="software developer, fullstack developer, projects"
|
||||
/>
|
||||
<link rel="stylesheet" href="/static/styles.css" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
|
||||
<title>Juan Wu | Projects</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Projects not implemented</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue