Changed project name
This commit is contained in:
parent
e42cc2a97e
commit
585a6ebfca
5 changed files with 12 additions and 9 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
# dexie-test
|
# YDIOY
|
||||||
|
|
||||||
|
Your Data Is Only Yours
|
||||||
|
|
||||||
[](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
|
[](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
|
||||||
[](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
|
[](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="shortcut icon" href="/favicon.png" />
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Dexie Test</title>
|
<title>YDIOY</title>
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Testing the easiest way to use IndexedDB. Dexie is a lightweight, minimalistic wrapper that provides a straightforward API for developers using IndexedDB."
|
content="YDIOY - Testing the easiest way to use IndexedDB. Dexie is a lightweight, minimalistic wrapper that provides a straightforward API for developers using IndexedDB."
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "dexie-test",
|
"name": "ydioy",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
sonar.projectKey=xliviux_dexie-test
|
sonar.projectKey=xliviux_dexie-test
|
||||||
sonar.organization=xliviux
|
sonar.organization=xliviux
|
||||||
sonar.projectName=dexie-test
|
sonar.projectName=YDIOY
|
||||||
sonar.projectVersion=1.0
|
sonar.projectVersion=1.0.0
|
||||||
sonar.sources=.
|
sonar.sources=.
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
sonar.tests=tests
|
sonar.tests=tests
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<article>
|
<article>
|
||||||
<h1 class="mb-8 text-primary">About YDIOY</h1>
|
<h1 class="text-h2 text-primary">About YDIOY</h1>
|
||||||
|
<div class="mb-8 text-subtitle-1">Your Data Is Only Yours</div>
|
||||||
|
|
||||||
<p class="mb-4 text-justify">
|
<p class="mb-4 text-justify">
|
||||||
Local data storage offers significant advantages over cloud-based solutions,
|
Local data storage offers significant advantages over cloud-based solutions,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue