diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-14 16:54:21 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-14 16:54:21 -0500 |
| commit | d43433b00c856d7808fe29a2bb245ff7f9435a73 (patch) | |
| tree | 02e3522bb86a2c3802c384109825fa9c9a20d3b6 /testPage.html | |
| parent | 105d5b66d98bf64acc7a4422b2e1d24c2aa453be (diff) | |
Added Varibles to the css for colors
Diffstat (limited to 'testPage.html')
| -rwxr-xr-x | testPage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testPage.html b/testPage.html index 449eb5c..18f0be8 100755 --- a/testPage.html +++ b/testPage.html @@ -22,8 +22,8 @@ <h2><a name="about">About</a></h2> <p>I'm Jacob McDonnell. I have been interested in computers since I was young. My father has been in the technology field since before I was born, so I guess that interest came from him. <br><br> My interests, with respect to computers, are programming, UNIX/Plan9, and electronics/hardware. I know how to program in Java thanks to a high school course, and I like the language for somethings. Currently I am learning the C programming language with the hopes to write my own operating system one day. In my free time I like to play basketball, row, practice German and Russian, and play guitar. <br><br> I do not know what I will do with this website just yet, maybe I will write articles about projects that I am working on.</p> <pre> - <code> -#include <stdio.h> + <code lang="c"> +#include <stdio.h> int main(void) { |
