Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename index.html to index.htm
  • Loading branch information
javaarchive authored Sep 8, 2018
commit 7e7b4932e9ae27861a2dc7ea58d31296f4780f1a
27 changes: 27 additions & 0 deletions index.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8" />

<meta http-equiv="x-ua-compatible" content="ie=edge, chrome=1" />

<title>Code Speed</title>

<link rel="stylesheet" href="" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>

<body>

<h1>Which runs faster on java</h1>
<noscript>Javascript disabled? Hopefully everything works alright!</noscript>
<script>

</script>

</body>

</html>