Sure, here's a basic example of a responsive single-page application without multimedia, images, or hyperlinks:
```html
Simple Single-Page Application
Welcome to Simple Single-Page Application
```
This code creates a minimalistic single-page application with a form for users to submit their name, email, and message. Upon submitting the form, an alert is shown.
You can copy and paste the code into an HTML file or use it in your preferred code editor.