Add message if JS is disabled

This commit is contained in:
NumEricR 2011-04-10 17:36:04 +02:00
parent 6a64fa4e8a
commit b3202f0f0e
2 changed files with 8 additions and 0 deletions

View File

@ -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;
}

View File

@ -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&eacute;sum&eacute; pages.</noscript>
</body>
</html>