1
- <!doctype html> < html > < head > < title > Acorn</ title > < script defer ="defer " src ="./splash.js "> </ script > </ head > < body > < div class ="splash-wrapper "> < div class ="splash-image-wrapper "> < div class ="splash-image-caption "> Photograph by Valeriia Miller</ div > </ div > < div class ="splash-content-wrapper "> < div > < div class ="splash-logo "> acorn</ div > < div class ="splash-version "> version 11.2.1</ div > </ div > < div class ="splash-loading-message " id ="activity "> Setting up Holochain...</ div > < div class ="splash-description "> Acorn is an open-source, peer-to-peer project management application designed and built for distributed software development teams. Acorn functions through defining Intended Outcomes for a project in a Dependency Tree structure.< br /> < br /> Acorn is built as a Holochain application, meaning it runs on decentralized peer-to-peer computing and can be used without server infrastructure or a hosting service. The users of a particular Acorn instance are its hosting power.</ div > < div class ="splash-license "> © 2020-2023 Harris-Braun Enterprises, LLC.< br /> Licensed under the Cryptographic Autonomy License v1.0.</ div > </ div > </ div > < script > const el = document . getElementById ( 'activity' )
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > Acorn</ title >
5
+ < script defer ="defer " src ="./splash.js "> </ script >
6
+ </ head >
7
+ < body >
8
+ < div class ="splash-wrapper ">
9
+ < div class ="splash-image-wrapper ">
10
+ < div class ="splash-image-caption "> Photograph by Valeriia Miller</ div >
11
+ </ div >
12
+ < div class ="splash-content-wrapper ">
13
+ < div >
14
+ < div class ="splash-logo "> acorn</ div >
15
+ < div class ="splash-version "> version 11.2.2</ div >
16
+ </ div >
17
+ < div class ="splash-loading-message " id ="activity ">
18
+ Setting up Holochain...
19
+ </ div >
20
+ < div class ="splash-description ">
21
+ Acorn is an open-source, peer-to-peer project management application
22
+ designed and built for distributed software development teams. Acorn
23
+ functions through defining Intended Outcomes for a project in a
24
+ Dependency Tree structure.< br /> < br /> Acorn is built as a Holochain
25
+ application, meaning it runs on decentralized peer-to-peer computing
26
+ and can be used without server infrastructure or a hosting service.
27
+ The users of a particular Acorn instance are its hosting power.
28
+ </ div >
29
+ < div class ="splash-license ">
30
+ © 2020-2023 Harris-Braun Enterprises, LLC.< br /> Licensed under the
31
+ Cryptographic Autonomy License v1.0.
32
+ </ div >
33
+ </ div >
34
+ </ div >
35
+ < script >
36
+ const el = document . getElementById ( 'activity' )
2
37
require ( 'electron' ) . ipcRenderer . on ( 'status' , ( event , message ) => {
3
38
el . innerHTML = message
4
- } ) </ script > </ body > </ html >
39
+ } )
40
+ </ script >
41
+ </ body >
42
+ </ html >
0 commit comments