mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
fixed CSS path for website
This commit is contained in:
parent
3305ed1358
commit
eade8a6c99
4
xep.xsl
4
xep.xsl
@ -40,8 +40,8 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<html>
|
||||
<head>
|
||||
<title>XEP-<xsl:value-of select='/xep/header/number'/>:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></title>
|
||||
<link rel='stylesheet' type='text/css' href='../xmpp.css' />
|
||||
<link href="../prettify.css" type="text/css" rel="stylesheet" />
|
||||
<link rel='stylesheet' type='text/css' href='xmpp.css' />
|
||||
<link href="prettify.css" type="text/css" rel="stylesheet" />
|
||||
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
|
||||
<script type="text/javascript" src="../prettify.js"></script>
|
||||
<!-- making things mobile-friendly... -->
|
||||
|
Loading…
Reference in New Issue
Block a user