diff options
author | Anthony Wang | 2022-10-13 02:11:28 +0000 |
---|---|---|
committer | Anthony Wang | 2022-10-13 02:11:28 +0000 |
commit | cd2a26bbb4eb27dd6158334754452fbd8c57ea7f (patch) | |
tree | 411109f5f3d9a93cca2c30b5799f503cf958b837 |
Initial commit
-rw-r--r-- | index.html | 5 | ||||
-rw-r--r-- | recursion.html | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..42d4468 --- /dev/null +++ b/index.html @@ -0,0 +1,5 @@ +<title>Recursion</title> +<h1>recursion</h1> +<h2>Noun. Pronounciation: <i>ri-ker-zhen</i></h2> +<h2>Definition of recursion:</h2> +<iframe src="recursion.html" width=90% height=90%></iframe> diff --git a/recursion.html b/recursion.html new file mode 100644 index 0000000..bc55f93 --- /dev/null +++ b/recursion.html @@ -0,0 +1 @@ +<meta http-equiv="refresh" content="0;/"> |