Coder Social home page Coder Social logo

titanium-p2's People

Contributors

caracal-js avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

titanium-p2's Issues

Heroku Help

When i deploy it in Herkou it says that the app.json's project is not a valid heroku application

Requested url was not found on this server.

No matter what I do, after copying pretty much every file and moving all my files to /public, pressing go sends me to https://emerald-phoenix.herokuapp.com/createSession which doesn't exist. I made a new branch and deployed it to heroku. Here is all of the code i've edited:

config.json

{
    "prefix": "/math/",
    "port": "8080",
    "ssl": false
}

math.html (you'd get to it by clicking on alloy proxy in selection1.html)

<center>
<!--<form action="" method="get" id="web-search-box" style="transform:scale(1.1)">-->
<form action="/createSession/" id="web-search-box" method="POST" style="transform:scale(1.1)">
<p>
<input type="text" placeholder="Enter URL" style="border:none;border-radius: 5px;padding:10px;" id="url" autocomplete="false" name="url" />&nbsp;
<button type="submit" id="btn">Go!</button>>
 />
<script>
             
function redirect(str) {
return location.href = '/alloy?url=' + btoa(str)
}
 //these are the shortcut buttons
function googlekey(){redirect("google.com")}
 function startpagekey(){redirect("startpage.com")}
 function andkonkey(){redirect("andkon.com")}
 function youtubekey(){redirect("youtube.com")}
function snake(){redirect("littlebigsnake.com")}
 function surviv(){redirect("surviv.io")}
function shellshock(){redirect("shellshock.io")}
 function defly(){redirect("defly.io")}
 </script>
 </p>
</form>
 </center>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.