Update index.html
This commit is contained in:
parent
2d7de2473d
commit
6e9c79d4ec
|
|
@ -1271,7 +1271,7 @@
|
||||||
<template type="text/x-template" id="export-template" lang="html">
|
<template type="text/x-template" id="export-template" lang="html">
|
||||||
<div id="export-root">
|
<div id="export-root">
|
||||||
<p>
|
<p>
|
||||||
Copy the following text in a text file and save it with the exctension ".json" (.e.g resume.json).
|
Copy the following text in a text file and save it with the extension ".json" (.e.g resume.json).
|
||||||
</p>
|
</p>
|
||||||
<textarea rows="20" class="w3-input w3-border" type="text" v-model="json"></textarea>
|
<textarea rows="20" class="w3-input w3-border" type="text" v-model="json"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -1344,4 +1344,4 @@
|
||||||
|
|
||||||
<!-- /Scripts -->
|
<!-- /Scripts -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue