Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 7e7b493

Browse files
authored
Rename index.html to index.htm
1 parent 60c3396 commit 7e7b493

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.htm

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en">
4+
5+
<head>
6+
7+
<meta charset="utf-8" />
8+
9+
<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />
10+
11+
<title>Code Speed</title>
12+
13+
<link rel="stylesheet" href="" />
14+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
15+
</head>
16+
17+
<body>
18+
19+
<h1>Which runs faster on java</h1>
20+
<noscript>Javascript disabled? Hopefully everything works alright!</noscript>
21+
<script>
22+
23+
</script>
24+
25+
</body>
26+
27+
</html>

0 commit comments

Comments
 (0)