Integrate non-wordpress site into a wordpress site

  1. You can use PHP.

    define('WP_USE_THEMES', false);
    require('wp-load.php');

  2. You can use another language: http://wp-api.org/

  3. You can use HTML

  4. Or you can use WordPress and just integrate what you have into it, http://codex.wordpress.org/

error code: 523