File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -1156,7 +1156,7 @@ <h5 class="no-anchor card-title listing-title">
11561156</ div >
11571157</ div > </ a >
11581158</ div >
1159- < div class ="g-col-1 " data-index ="27 " data-categories ="SmF2YXNjcmlwdCUyQ01hdGglMkNHZW9tZXRyeSUyQ01pZGRsZSUyMFNjaG9vbCUyQ0ludHJvJTIwSFM= " data-listing-file-modified-sort ="1771880861271 " data-listing-reading-time-sort ="1 " data-listing-word-count-sort ="46 ">
1159+ < div class ="g-col-1 " data-index ="27 " data-categories ="SmF2YXNjcmlwdCUyQ01hdGglMkNHZW9tZXRyeSUyQ01pZGRsZSUyMFNjaG9vbCUyQ0ludHJvJTIwSFM= " data-listing-file-modified-sort ="1773016889909 " data-listing-reading-time-sort ="1 " data-listing-word-count-sort ="46 ">
11601160< a href ="./projects/piday1.html " class ="quarto-grid-link ">
11611161< div class ="quarto-grid-item card h-100 card-left ">
11621162< p class ="card-img-top ">
Original file line number Diff line number Diff line change 1+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2+ < head >
3+ < title > Redirect</ title >
4+ < script type ="text/javascript ">
5+ var redirects = { "" :"../projects/piday1.html" } ;
6+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8+ window . document . title = 'Redirect to ' + redirect ;
9+ if ( ! redirects [ hash ] ) {
10+ redirect = redirect + window . location . hash ;
11+ }
12+ redirect = redirect + window . location . search ;
13+ window . location . replace ( redirect ) ;
14+ </ script >
15+ </ head >
16+ < body >
17+ </ body >
18+ </ html >
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ categories:
77 - Geometry
88 - Middle School
99 - Intro HS
10+ aliases :
11+ - /piday
1012---
1113
1214Calculate the digits of pi with a random number generator and some code!
You can’t perform that action at this time.
0 commit comments