mirror of
https://github.com/resume/resume.github.com.git
synced 2026-05-09 04:49:47 -05:00
Add message if JS is disabled
This commit is contained in:
@@ -128,3 +128,10 @@ li { line-height: 24px; border-bottom: 1px solid #ccc; }
|
||||
.enlarge-medium {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
noscript {
|
||||
display: block;
|
||||
margin-top: 30px;
|
||||
font-size: 152%;
|
||||
color: #990003;
|
||||
}
|
||||
@@ -13,5 +13,6 @@
|
||||
<script type="text/javascript" src="js/githubresume.js"></script>
|
||||
</head>
|
||||
<body id="resume">
|
||||
<noscript>You need to enable Javascript to generate and see résumé pages.</noscript>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user