Skip to content

Commit 993ed63

Browse files
removing index content from table component
1 parent 7bff9d4 commit 993ed63

File tree

1 file changed

+8
-29
lines changed

1 file changed

+8
-29
lines changed

table-component/public/index.html

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,14 @@
2222
href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"
2323
/>
2424
</head>
25-
<div class="jumbotron">
26-
<h1>Mapping Commons</h1>
27-
28-
<h2>
29-
THIS MAPPING OVERVIEW IS UNDER DEVELOPMENT AND SHOULD NOT BE USED FOR
30-
ANYTHING.
31-
</h2>
32-
33-
<div>
34-
Mapping Commons pulls together mappings from various sources with the
35-
goal of offering them as simple to read, well provenanced TSV files in
36-
the
37-
<a href="https://github.com/mapping-commons/SSSOM/blob/master/SSSOM.md"
38-
>SSSOM format</a
39-
>. At first, the effort will focus on biomedical ontologies and
40-
controlled vocabularies, see for example the
41-
<a href="https://github.com/mapping-commons/mh_mapping_initiative"
42-
>Mouse-Human Ontology Mapping Effort</a
43-
>. The initiative was founded early 2021.
44-
</div>
45-
46-
<div class="mt-4">
47-
If you want to contribute mappings or have questions, please use the
48-
<a
49-
href="https://github.com/mapping-commons/mapping-commons.github.io/issues"
50-
>issue tracker</a
51-
>.
52-
</div>
53-
</div>
25+
<body>
26+
<noscript>
27+
<strong
28+
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
29+
properly without JavaScript enabled. Please enable it to
30+
continue.</strong
31+
>
32+
</noscript>
5433
<div id="app"></div>
5534
<!-- built files will be auto injected -->
5635
</body>

0 commit comments

Comments
 (0)