Now That I Can Used A CodeEditor...
Figuring out the upload/download to Hashnode

These are the raw confessions of the growing pains I experience as I learn software engineering. I am learning on my own but with lots of priceless resources online. You'll hear about these resources in my articles. Please pray for me!
I figured out how to use a code editor, but now I have to figure out how to upload to Hashnode.
I am again, happily confused...
Good night
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My First Web Page</title>
</head>
<body>
<h1>My First Document</h1>
</body>
</html>
h1 {color: blue;
font-family: sans serif;
text-align: center;}



