https://edenlang.org/

Submitted URL:
https://edenlang.org/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
copyright_eden_noticestring
copyright_site_noticestring

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><!-- (C) 2024 Fr�d�rique, tOUS dROITS r�SERV�S --><!-- The contact email is, info appended with sole ampersand unit domain --><head>
    <meta charset="utf-8">
    <meta content-type="text/html">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="HandheldFriendly" content="true">

    <link rel="icon" href="./favicon.ico">
    <link rel="stylesheet" href="./index.css">
    <script src="./index.js"></script>

    <title>Eden Language Homepage</title>

</head>


<body>

    <div class="menu start" style="z-index:80;"><img class="menu logo" id="imlid" src="./eden.png" alt="&nbsp;©&nbsp;Frédérique&nbsp;-&nbsp;Tous&nbsp;Droits&nbsp;Réservés"></div>
    <div class="abar color center main" style="z-index:30;">
        <div class="center child" style="z-index:30;"><span class="atitle" style="display:inline-block;"></span></div>
    </div>
    
    
    <div class="bkgnd" style="display:flex;flex-direction:column;">
        <div style="flex:1;">
            <div class="center child " style="z-index:20;">
                <span class="clipzone atitle overflow" style="z-index:20;"></span>
            </div>
            <div class="center child" style="z-index:10;height:stretch;width:89%;max-width:89rem;">
                <div class="sep"></div>
                
                <div class="paragraph">
                <b>    I've got hacked many times these past few weeks. My main computer is in quarantine for the moment.
	I am now using my second computer, which I had to upgrade. I told the authorities about the hacking. Not much to say at the moment about those incidents. The security problem was in part because I was using Windows. But the main vulnerability seems taht the attack was from a man-in-the-middle.</b>
                    <div class="sep"></div>
                    Fortunately, I always make many archives of my work, on different supports. I still have the code I was working on. But because of the incident,
		    I "pivoted", as they say in the community. So I decided to completely rewrite my code. It wasn't a hard decision to make, tho. The project
		    was advancing, but I don�t care. 
                    <div class="sep"></div>
                  <b>  Eden wasn't progressing as fast as it could. Now my new and final strategy is to just write some documents about a proposed version of eden, and
		and the internal architecture that can make it run. Why not, the implementation ideas could because the standard, and eden itself as the language, a kind of "hello world" of sort from the implementation of the architectural standard. I think the standard would give a similar feel to every languages implemented from it, but it's good enough to me. </b>
                    <div class="sep"></div>
                    But dont worry, it will be easy and straightforward to do so.
                    <div class="sep"></div>
                    Linux (and Unix-like operating system in general, such as OpenBSD, etc) was kind of an afterthought when I was developing with Windows. But because Linux is now my main workdriver at present (in the future too, unless I adopt something even better), the development of my projects (including this one) will see a new sun. In fact, the hacking for which I was the victim (it was targeted) has one positive consequence, after all : Make my Motivivation Great Again ! But still, it lacks an item : a fashionable expression of my determination : a blue-and-white hat of some sort.
                    <div class="sep"></div>
                    The future of edenlang is bright. And more to come, this frontpage will be improved. Because currently I don�t like the right corner blue thingy.
                    <div class="sep"></div>
                    <div class="sep"></div>
                    À bientôt...  ( and sorry for the lack of grammar of other (I wrote rapidly and carelessly, so sorry Will improve soon.) 
		    <div class="sep"></div>
		   <b> I invite you to ask me further questions, if so is your desire. The only way at the moment is my email eddress at the bottom right corner of this page. In case.</b>
		   <div class="sep"></div>
                    <div class="sep"></div>
                </div>
            </div>
        </div>



        <div style="margin-top:auto;width:inherit;">
            <div class="ip">
                <div class="containerip">
                    <div class="mail">
                        <a class="mail" id="contactform" href="mailto:[email protected]">
                            <span dir="rtl" class="mail"></span>
                        </a>
                    </div>
                </div>
                <div class="containerip" style="flex:1;">
                    <div class="copyright"><span class="copyright" id="TECFI2024"></span></div>
                </div>

            </div>
        </div>


    </div>

</body></html>