Browse Source

Update title

master
Heuzef 2 years ago
parent
commit
88528ff7db
7 changed files with 7 additions and 10 deletions
  1. +0
    -0
      4_tons.png
  2. +0
    -0
      LICENSE
  3. +0
    -0
      README.md
  4. +0
    -0
      bootstrap.min.css
  5. +0
    -0
      carch.js
  6. +0
    -0
      comlat.js
  7. +7
    -10
      index.html

+ 0
- 0
4_tons.png View File

Before After
Width: 640  |  Height: 186  |  Size: 12 KiB Width: 640  |  Height: 186  |  Size: 12 KiB

+ 0
- 0
LICENSE View File


+ 0
- 0
README.md View File


+ 0
- 0
bootstrap.min.css View File


+ 0
- 0
carch.js View File


+ 0
- 0
comlat.js View File


+ 7
- 10
index.html View File

@@ -9,19 +9,16 @@
<meta name="author" content="Heuze Florent" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.heuzef.com/"/>
<meta property="og:url" content="//heuzef.com"/>
<meta property="og:site_name" content="Heuzef"/>
<meta property="og:image" content="http://heuzef.com/images/logo_heuzef_hd.png"/>
<meta property="og:image" content="//heuzef.com/images/logo_heuzef_hd.png"/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="2153" />
<meta property="og:image:height" content="640" />
<meta property="og:title" content="Heuzef - Heuze Florent"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@heuzef"/>
<meta name="twitter:creator" content="@heuzef"/>
<link rel="shortcut icon" href="http://heuzef.com/favicon.png">
<link rel="shortcut icon" href="heuzef.com/favicon.png">
<link href="./bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
<link href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="./comlat.js"></script>
<script type="text/javascript" src="./carch.js"></script>
</head>
@@ -34,9 +31,9 @@
<br>
<form name="conversion" class="form-horizontal">
<div>
<h1><a href="https://github.com/heuzef/pinyin" target="_blank">Pinyin</a></h1>
<h1><a href="//git.heuzef.com/heuzef/pinyin" target="_blank">Hànyǔ Pīnyīn</a></h1>
<div class="col-lg-3">
<a href="http://localhost/pinyin/#" class="btn btn-primary" onclick="conversion.saisie.select();copy()"><i class="ion-document-text"> </i>Séléctionner tout</a>
<a href="#" class="btn btn-primary" onclick="conversion.saisie.select();copy()"><i class="ion-document-text"> </i>Séléctionner tout</a>
<br><br>
<p class="text-primary"><i class="ion-scissors"></i> Couper [Ctrl]+[X] / <i class="ion-ios-copy"></i> Coller [Ctrl]+[V]</p>
<hr>
@@ -49,7 +46,7 @@
</p></div>
<div class="col-lg-6">
<textarea name="saisie" onkeyup="transcrire()" class="form-control" rows="10" id="textArea"></textarea>
<a href="https://fr.wikipedia.org/wiki/Hanyu_pinyin" target="_blank"><img src="./4_tons.png" alt="Les 4 tons chinois"></a>
<a href="//fr.wikipedia.org/wiki/Hanyu_pinyin" target="_blank"><img src="./4_tons.png" alt="Les 4 tons chinois"></a>
</div>
<div class="col-lg-3">
<div class="btn-group">


Loading…
Cancel
Save