mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 02:25:28 +08:00 
			
		
		
		
	Add hard coded links to root (skip-ci)
This commit is contained in:
		@@ -5,8 +5,8 @@
 | 
				
			|||||||
        <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 | 
					        <meta http-equiv="X-UA-Compatible" content="IE=Edge">
 | 
				
			||||||
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <link href="/assets/bootstrap/bootstrap.css" rel="stylesheet" />
 | 
					        <link href="/spectre.console/assets/bootstrap/bootstrap.css" rel="stylesheet" />
 | 
				
			||||||
        <link href="/assets/css/styles.css" rel="stylesheet" />
 | 
					        <link href="/spectre.console/assets/css/styles.css" rel="stylesheet" />
 | 
				
			||||||
        <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet" data-no-mirror>
 | 
					        <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet" data-no-mirror>
 | 
				
			||||||
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/themes/prism.css">
 | 
					        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.19.0/themes/prism.css">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ NoContainer: true
 | 
				
			|||||||
            <p class="lead text-white">
 | 
					            <p class="lead text-white">
 | 
				
			||||||
                A .NET Standard library that makes it easier to create beautiful console applications.
 | 
					                A .NET Standard library that makes it easier to create beautiful console applications.
 | 
				
			||||||
                <br /><br />
 | 
					                <br /><br />
 | 
				
			||||||
                <a class="btn btn-primary" href="/docs" role="button">Take me to the documentation</a>
 | 
					                <a class="btn btn-primary" href="/spectre.console/docs" role="button">Take me to the documentation</a>
 | 
				
			||||||
            </p>
 | 
					            </p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user