A mirror of my website's source code.

Charset in redirect

by steve0greatness, Saturday, 20 January 2024, 23:42:27 (1705794147), pushed by steve0greatness, Monday, 6 May 2024, 02:55:35 (1714964135)

Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>

1b174f99ab9d380fee11a30bc61f4250e9244996

views/redirect.html

@@ -1,4 +1,5 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            <link rel="canonical" href="{{redirect}}"/>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        <meta charset="UTF-8" />
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            <script>location="{{redirect}}"</script>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            <meta http-equiv="refresh" content="0;url={{redirect}}"/>
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            <style>html{background:#000;color:#fff}a{color:#0ff;font-family:monospace}</style>