Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rename dddraft to editaro
  • Loading branch information
kkosuge committed Nov 9, 2018
1 parent e79482b commit 497e0e4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
# dddraft
# editaro

チャットとかの下書き専用テキストエディタ
https://dddraft.kksg.net/
https://editaro.kksg.net/

![](https://dddraft.kksg.net/dist/images/dddraft-image.png)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "dddraft",
"name": "editaro",
"version": "0.2.0",
"private": true,
"scripts": {
Expand Down
58 changes: 29 additions & 29 deletions public/index.html
@@ -1,33 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
background: #1e1e1e;
}
</style>
<% if (BASE_URL === './') { %>
<base href="app://./" />
<% } %> <% if (VUE_APP_NODE_MODULES_PATH !== "false") { %>
<script>
require('module').globalPaths.push('<%= VUE_APP_NODE_MODULES_PATH %>')
</script>
<% } %>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>editaro</title>
</head>

<head>
<style>
body {
background: #1e1e1e;
}
</style>
<% if (BASE_URL === './') { %>
<base href="app://./" />
<% } %>
<% if (VUE_APP_NODE_MODULES_PATH !== "false") { %>
<script>
require('module').globalPaths.push('<%= VUE_APP_NODE_MODULES_PATH %>')
</script>
<% } %>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>dddraft</title>
</head>

<body>
<noscript>
<strong>We're sorry but dddraft doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>

<body>
<noscript>
<strong
>We're sorry but editaro doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

0 comments on commit 497e0e4

Please sign in to comment.