For some reason, it couldn't ba accessed at 4th lvl domain

themeindex.steve0greatness.roundabout-host.com didn't work

by roundabout-test, Saturday, 11 May 2024, 22:41:35 (1715467295), pushed by roundabout-test, Sunday, 12 May 2024, 14:32:56 (1715524376)

Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

7f08c9055a3874c73ab2280f8b5abb2bcb5c4401

README.md

@@ -3,7 +3,7 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            This is an index of themes for you to use on any instance of the Roundabout software.
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            You can find a list of themes by user in the [`themes`](themes) directory, or,
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        go to [`themes.steve0greatness.roundabout-host.com`](https://themes.steve0greatness.roundabout-host.com)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        go to [`steve0greatness.roundabout-host.com/ThemeIndex`](https://steve0greatness.roundabout-host.com/ThemeIndex)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            for a rich-text list of themes.
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            ## Contributing Themes
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

index.html

@@ -61,7 +61,7 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        const ListEl = ThemeListElementTemplate.content.cloneNode(true);
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        ListEl.querySelector(".theme-name").textContent = title;
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    ListEl.querySelector(".download").href = "/themes/" + path;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                    ListEl.querySelector(".download").href = "themes/" + path;
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        const Author = ListEl.querySelector(".author-url");
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                        Author.href = author.getAttribute("uri");