This commit is contained in:
2022-12-05 23:01:43 -08:00
parent 1b32b9cf8c
commit 4455e820a7
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,8 @@
<html lang="en-US">
<head>
<title>Aaron Gutierrez</title>
<link rel="stylesheet" href="site.css" >
<link rel="stylesheet" href="site.css">
<link rel="icon" href="favicon.gif" type="image/gif">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Aaron Gutierrez">

1
pub.py
View File

@@ -74,6 +74,7 @@ def filter_filenames(filenames, ext):
def upload_root():
upload_file('index.html')
upload_file('site.css')
upload_file('favicon.gif')
upload_file('pubkey.asc')