|
@@ -1,6 +1,7 @@
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
<title>Live Coding Space</title>
|
|
|
<script type="text/javascript" src="./web/lib/cell.js"></script>
|
|
|
<script type="text/javascript" src="./web/lib/he.js"></script>
|
|
@@ -62,21 +63,22 @@
|
|
|
|
|
|
<div id="header" class="mdc-layout-grid mdc-layout-grid--align-left">
|
|
|
<div class="mdc-layout-grid__inner">
|
|
|
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-10">
|
|
|
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-12">
|
|
|
+ <span class="mdc-typography--subheading2 mdc-theme--text-secondary-on-background mdc-typography">
|
|
|
+ <a id="ruLang" class="mdc-typography link-in-text mdc-theme--text-hint-on-background" style="cursor:pointer">RU</a>
|
|
|
+ <!--<strong>LiveCoding</strong>.space -->
|
|
|
+ </span>
|
|
|
+ <span class="mdc-typography--subheading2 mdc-theme--text-secondary-on-background mdc-typography">
|
|
|
+ <a id="enLang" class="mdc-typography link-in-text mdc-theme--text-hint-on-background" style="cursor:pointer">EN</a>
|
|
|
+ <!--<strong>LiveCoding</strong>.space -->
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-12">
|
|
|
<div id="titleText">
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- <div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-2">
|
|
|
- <span class="mdc-typography--subheading2 mdc-theme--text-secondary-on-background mdc-typography">
|
|
|
- <a id="ruLang" class="mdc-typography link-in-text mdc-theme--text-hint-on-background" style="cursor:pointer">RU</a>
|
|
|
- <!--<strong>LiveCoding</strong>.space -->
|
|
|
- </span>
|
|
|
- <span class="mdc-typography--subheading2 mdc-theme--text-secondary-on-background mdc-typography">
|
|
|
- <a id="enLang" class="mdc-typography link-in-text mdc-theme--text-hint-on-background" style="cursor:pointer">EN</a>
|
|
|
- <!--<strong>LiveCoding</strong>.space -->
|
|
|
- </span>
|
|
|
- </div>
|
|
|
+
|
|
|
<div class="mdc-layout-grid__cell mdc-layout-grid__cell--span-12">
|
|
|
<div id="headerText">
|
|
|
</div>
|